Skip to main content

Delete Slack Webhooks

The follwing mutation deletes a slack webhook:

mutation DeleteSlackWebhook($slackWebhookId: ObjectID!) {
deleteAutomatorSlackWebhook(input: {
slackWebhookId: $slackWebhookId
}) {
slackWebhook {
id
}
}
}

Try in explorer