Skip to main content
DELETE
/
result
/
{resultId}
Delete routing result by ID
curl --request DELETE \
  --url https://apiweb.mile.app/api/v3/result/{resultId} \
  --header 'Authorization: Bearer <token>'
{
  "_id": "61e9754ce857492fd34de7c2",
  "status": true,
  "message": "Result successfully deleted."
}

Authorizations

Authorization
string
header
required

Use a valid Bearer token to authenticate.

Path Parameters

resultId
string
required

Unique identifier for the routing result that generated by system. Example: 6352736c628401059b37a2e2

Response

Success

_id
string

ID of deleted routing result.

status
string

Status of response.

message
string

Message of response.