cURL
curl --request DELETE \ --url https://apiweb.mile.app/api/v3/automation/{automation_id}/ \ --header 'Authorization: Bearer <token>'
{ "status": true, "message": "Automation successfully deleted.", "_id": "62ce3918d3f3e1681a3a54b5" }
Use a valid Bearer token to authenticate.
Unique identifier for automation that generated by system. Example: 62ce3918d3f3e1681a3a54b5
62ce3918d3f3e1681a3a54b5
Success
Status of response.
Message of API response.
ID of deleted automation.