Skip to main content
DELETE
/
v1
/
topics
/
{topicId}
Excluir tópico
curl --request DELETE \
  --url https://api.notifique.dev/v1/topics/{topicId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Authorization: Bearer sk_live_xxxxx

Path Parameters

topicId
string
required

Response

Removido.

success
boolean