cURL
curl --request DELETE \ --url https://apiweb.mile.app/api/v3/task/schedule/{scheduleId} \ --header 'Authorization: Bearer <token>'
{ "status": true, "message": "Delete success." }
Use a valid Bearer token to authenticate.
Unique identifier for the task schedule that generated by system. Example: 6352736c628401059b37a2e2
6352736c628401059b37a2e2
Success
Status of response.
Message of API response.