Channel deletion API
Delete a channel.
Request
Method : DELETE
URI : /channel/{channelId}
Plain textCopy
Header
Type
Required
Description
x-api-key
String
O
Dashboard > Settings > Project settings > API Key
Attribute
Type
Required
Description
projectId
String
O
Project ID (Dashboard > Settings > Project settings > Project ID)
channelId
String
O
Channel ID
Response
Success
JavaScriptCopy
Attribute
Type
Description
status
Int
Result (1: Successful. Refer to the error code for failures.)
message
String
Result message
Last updated