WebhookDeleteInput
Autogenerated input type of WebhookDelete
input WebhookDeleteInput {
clientMutationId: String
webhookId: ID!
}
Fields
WebhookDeleteInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
WebhookDeleteInput.webhookId ● ID! non-null scalar common
The ID of the webhook to delete.
Member of
webhookDelete mutation