POST
/
v2
/
channel
/
telegram
/
delete
Delete Telegram Channel
curl --request POST \
  --url https://alerts-api.dial.to/v2/channel/telegram/delete \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Dialect-Client-Key: <x-dialect-client-key>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer token authentication for subscriber calls

Headers

X-Dialect-Client-Key
string
required

Client Key used to uniquely identify the client

Example:

"dk_gyh2eqzfkc4mhp5eiahnndkz"

Response

200

Telegram channel deleted successfully