Skip to main content
DELETE
/
v1
/
channels
/
{id}
Excluir canal
curl --request DELETE \
  --url https://api.timelyai.com.br/v1/channels/{id} \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "deleted": true
  }
}

Authorizations

x-api-key
string
header
required

Chave de API obtida no dashboard

Path Parameters

id
string<uuid>
required

ID do canal

Response

Canal excluído

data
object