--- title: >- Remove metafieldDelete in favor of metafieldsDelete - Shopify developer changelog description: >- Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: >- https://shopify.dev/changelog/remove-metafielddelete-in-favor-of-metafieldsdelete md: >- https://shopify.dev/changelog/remove-metafielddelete-in-favor-of-metafieldsdelete.md metadata: effectiveApiVersion: 2025-01 affectedApi: - displayName: Admin GraphQL API handle: admin-graphql primaryTag: displayName: API handle: api secondaryTag: displayName: Deprecation Announcement handle: deprecation indicatesActionRequired: true createdAt: '2024-09-11T11:52:56-04:00' postedAt: '2024-11-05T11:46:00-05:00' updatedAt: '2025-10-07T18:48:30-04:00' effectiveAt: '2024-11-05T11:46:00-05:00' --- November 5, 2024 Tags: * Action Required * Admin GraphQL API * 2025-01 # Remove `metafieldDelete` in favor of `metafieldsDelete` As of `2025-01` the `metafieldDelete` Admin API method is being removed. The `metafieldsDelete` method should be used instead. The former relies on the Metafield GID, while the latter takes an array of Metafield Identifiers composed of `ownerId`, `namespace`, and `key`. Note that the Metafield GID is not an option in `metafieldsDelete`.