Skip to main content
DELETE
/
ott
/
templates
/
{id}
Delete OTT template
curl --request DELETE \
  --url https://api-message.nativehub.live/api/v1/ott/templates/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "deleted"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

OTT Template ID

Response

200 - application/json

OTT template deleted successfully

message
string