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.
Documentation IndexFetch the complete documentation index at: https://docs.mailcare.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.mailcare.io/llms.txt
Use this file to discover all available pages before exploring further.
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.