# PrivateMetafieldDeleteInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for the private metafield to delete. ### Access Scopes ## Fields * [key](/docs/api/admin-graphql/2024-10/scalars/String): String! - The key of the private metafield. * [namespace](/docs/api/admin-graphql/2024-10/scalars/String): String! - The namespace of the private metafield. * [owner](/docs/api/admin-graphql/2024-10/scalars/ID): ID - The ID of the resource that owns the metafield. If the field is blank, then the `Shop` resource owns the metafield. ## Input objects with this input object * [privateMetafieldDelete](/docs/api/admin-graphql/2024-10/mutations/privateMetafieldDelete) ## Examples