stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > WebhookSubscriptionDeletePayload

AdminTypes.WebhookSubscriptionDeletePayload interface

Return type for webhookSubscriptionDelete mutation.

Signature:

export interface WebhookSubscriptionDeletePayload 

Properties

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.