Skip to content

/channels/{id} (DELETE)

DELETE
/channels/{id}
curl --request DELETE \
--url https://culipulse.dev/v1/channels/mon_123 \
--header 'Authorization: Bearer <token>'
id
required
string
Example
mon_123

Deleted

Media typeapplication/json
object
ok
required
boolean
Example
{
"ok": true
}

Not found

Media typeapplication/json
object
error
required
string
request_id
string
Example
{
"error": "not found",
"request_id": "req_abc123"
}