cURL
curl --request DELETE \ --url https://api.shiftkeeper.io/schedules/{schedule_id}/slack_channels/{channel_id} \ --header 'x-api-key: <api-key>'
{ "error": { "code": "not_found", "status": 404, "message": "The requested resource was not found" } }
Unlink a Slack channel from a schedule. Once unlinked, schedule notifications will no longer be sent to that channel.
Enter your API key which starts with 'keeper_'
The ID of the schedule.
The Slack ID of the channel.
Slack channel unlinked from schedule