Skip to main content
DELETE
/
schedules
/
{schedule_id}
/
slack_user_group
Detach the Slack user group from a schedule
curl --request DELETE \
  --url https://api.shiftkeeper.io/schedules/{schedule_id}/slack_user_group/ \
  --header 'x-api-key: <api-key>'
{
  "error": {
    "code": "not_found",
    "status": 404,
    "message": "The requested resource was not found"
  }
}

Authorizations

x-api-key
string
header
required

Enter your API key which starts with 'keeper_'

Path Parameters

schedule_id
string
required

The ID of the schedule.

Response

Slack user group detached from schedule