Skip to main content
DELETE
/
routes
/
{routeId}
Delete a route
curl --request DELETE \
  --url https://api.lettermint.co/v1/routes/{routeId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Route deleted successfully."
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

routeId
string
required

Response

200 - application/json
message
enum<string>
required
Available options:
Route deleted successfully.