Skip to main content
DELETE
Remove a Slack push subscription

Headers

Authorization
string
required

value must be Bearer <token> where <token> is api key prefixed with cal_

Body

application/json
identifier
string
required

Slack user ID

Example:

"U0123456789"

teamId
string
required

Slack team (workspace) ID

Example:

"T0123456789"

Response

200 - application/json
status
enum<string>
required
Available options:
success,
error
Example:

"success"

message
string
required
Example:

"Slack subscription removed successfully"