Home > @infiniteobjects/shopify-data-manager > AdminTypes > PrivateMetafieldDeleteInput
The input fields for the private metafield to delete.
Signature:
export interface PrivateMetafieldDeleteInput
| Property | Modifiers | Type | Description |
|---|---|---|---|
| key | Scalars[‘String’][‘input’] | The key of the private metafield. | |
| namespace | Scalars[‘String’][‘input’] | The namespace of the private metafield. | |
| owner? | InputMaybe<Scalars[‘ID’][‘input’]> | (Optional) The ID of the resource that owns the metafield. If the field is blank, then the Shop resource owns the metafield. |