Skip to main content
DELETE
/
automation
/
{automation_id}
Delete automation by ID
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"
}

Authorizations

Authorization
string
header
required

Use a valid Bearer token to authenticate.

Path Parameters

automation_id
string
required

Unique identifier for automation that generated by system. Example: 62ce3918d3f3e1681a3a54b5

Response

Success

status
boolean

Status of response.

message
string

Message of API response.

_id
string

ID of deleted automation.