delete_metafield
Delete a single metafield permanently by specifying owner ID, namespace, and key. Use list_metafields to verify before deletion.
Instructions
Permanently delete a single metafield by (ownerId, namespace, key). Irreversible — the value is gone after this call. Use list_metafields first to confirm the namespace and key, since typos result in a no-op rather than an error. Other metafields on the same resource are unaffected. To delete every metafield on a resource, you'd need a list+loop pattern; this tool only deletes one at a time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ownerId | Yes | GID of the owning resource. | |
| namespace | Yes | Metafield namespace. | |
| key | Yes | Metafield key. |