Skip to main content
DELETE
/
v1
/
tags
/
{id}
Excluir tag
curl --request DELETE \
  --url https://api.notifique.dev/v1/tags/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Authorization: Bearer sk_live_xxxxx

Path Parameters

id
string
required

Response

Tag excluída.

success
boolean
message
string