Skip to content

Delete



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

Overview

Route Parameters

Parameter Name Type Required Description
channel_uuid string Y Channel UUID

Parameter Additional Explanation

Request Example

curl 'https://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"
}