Home > @infiniteobjects/shopify-data-manager > AdminTypes > WebhookSubscriptionDeletePayload
Return type for webhookSubscriptionDelete
mutation.
Signature:
export interface WebhookSubscriptionDeletePayload
Property | Modifiers | Type | Description |
---|---|---|---|
deletedWebhookSubscriptionId? | Maybe<Scalars[‘ID’][‘output’]> | (Optional) The ID of the deleted webhook subscription. | |
userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |