cURL
curl --request DELETE \ --url https://api.notifique.dev/v1/events/{eventId} \ --header 'Authorization: Bearer <token>'
200
Example
{ "success": true, "data": { "deleted": true } }
Falha com 409 EVENT_IN_USE se alguma automação (não excluída) ainda referencia o nome deste evento no gatilho.
EVENT_IN_USE
Authorization: Bearer sk_live_...
Cuid do registro AutomationEvent.
AutomationEvent
Removido (soft delete).
true
Show child attributes
Was this page helpful?