Skip to main content
DELETE
Remove a Telegram 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

Chat platform identifier to remove

Example:

"U0123456789"

Response

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

"success"

message
string
required
Example:

"Telegram subscription removed successfully"