--- 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 --- [Back to Developer changelog](https://shopify.dev/changelog) 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`.