Skip to content

Delete a Channel Information



POST /api/v1/channel/{channel_uuid}/delete

Overview

Route Parameters

Parameter Name Type Required Description
channel_uuid string Y Channel UUID

Additional Parameter Notes

Request Example

curl 'https://us1-openapi.truewatch.com/api/v1/channel/chan_xxxx32/delete' \
-H 'DF-API-KEY: <DF-API-KEY>' \
-H 'Content-Type: application/json;charset=UTF-8' \
--compressed

Response

{
    "code": 200,
    "content": true,
    "errorCode": "",
    "message": "",
    "success": true,
    "traceId": "16589049060728401150"
}