Skip to main content
DELETE
/
task
/
schedule
/
{scheduleId}
Delete task schedule by ID
curl --request DELETE \
  --url https://apiweb.mile.app/api/v3/task/schedule/{scheduleId} \
  --header 'Authorization: Bearer <token>'
{
  "status": true,
  "message": "Delete success."
}

Authorizations

Authorization
string
header
required

Use a valid Bearer token to authenticate.

Path Parameters

scheduleId
string
required

Unique identifier for the task schedule that generated by system. Example: 6352736c628401059b37a2e2

Response

Success

status
boolean

Status of response.

message
string

Message of API response.