cURL
curl --request DELETE \ --url https://apiweb.mile.app/api/v3/result/{resultId} \ --header 'Authorization: Bearer <token>'
{ "_id": "61e9754ce857492fd34de7c2", "status": true, "message": "Result successfully deleted." }
Use a valid Bearer token to authenticate.
Unique identifier for the routing result that generated by system. Example: 6352736c628401059b37a2e2
6352736c628401059b37a2e2
Success
ID of deleted routing result.
Status of response.
Message of response.