DeleteWebhookInput
Input for deleting an account webhook
input DeleteWebhookInput {
accountUuid: String
webhookUuid: String!
}
Fields
DeleteWebhookInput.accountUuid ● String scalar
Account UUID when authenticating as a user
DeleteWebhookInput.webhookUuid ● String! non-null scalar
Webhook UUID
Member Of
deleteWebhook mutation