Delete Slack Webhooks
The follwing mutation deletes a slack webhook:
mutation DeleteSlackWebhook($slackWebhookId: ObjectID!) {
deleteAutomatorSlackWebhook(input: {
slackWebhookId: $slackWebhookId
}) {
slackWebhook {
id
}
}
}
The follwing mutation deletes a slack webhook:
mutation DeleteSlackWebhook($slackWebhookId: ObjectID!) {
deleteAutomatorSlackWebhook(input: {
slackWebhookId: $slackWebhookId
}) {
slackWebhook {
id
}
}
}