cURL
curl --request DELETE \ --url https://mailcare.io/api/teams/{teamId}/automations/{id} \ --header 'Authorization: Bearer <token>'
Deletes an existing automation by its unique identifier.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier of the automation to delete.
Automation successfully deleted.