# Delete Slack Webhooks https://api-docs.lumar.io/docs/protect/notifications/slack/delete-slack-webhooks The follwing mutation deletes a slack webhook: ```graphql mutation DeleteSlackWebhook($slackWebhookId: ObjectID!) { deleteAutomatorSlackWebhook(input: { slackWebhookId: $slackWebhookId }) { slackWebhook { id } } } ```