--- title: MetaobjectBulkDeleteWhereCondition - GraphQL Admin description: |- Specifies the condition by which metaobjects are deleted. Exactly one field of input is required. api_version: 2024-10 api_name: admin type: input_object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/MetaobjectBulkDeleteWhereCondition md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/MetaobjectBulkDeleteWhereCondition.txt --- # Metaobject​Bulk​Delete​Where​Condition input\_object Specifies the condition by which metaobjects are deleted. Exactly one field of input is required. ## Fields * ids [\[ID!\]](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/ID) A list of metaobjects IDs to delete. * type [String](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) Deletes all metaobjects with the specified `type`. *** ## Mutations using this input * [metaobject​Bulk​Delete.​where](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/metaobjectBulkDelete#argument-where) MUTATION *** ## Map ### Mutations using this input * <\~>[metaobject​Bulk​Delete.where](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/metaobjectBulkDelete#argument-where)