cURL
curl --request DELETE \ --url https://api.notifique.dev/v1/automations/{automationId} \ --header 'Authorization: Bearer <token>'
200
Example
{ "success": true, "data": { "deleted": true } }
Authorization: Bearer sk_live_...
Cuid da automação.
Removido (soft delete).
true
Show child attributes
Was this page helpful?