Skip to main content
DELETE
/
v1
/
logistics
/
routes
/
{routePublicId}
Delete a route
curl --request DELETE \
  --url https://api.maalbar.dk/v1/logistics/routes/{routePublicId} \
  --header 'X-Api-Key: <api-key>'
{
  "message": "<string>"
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

routePublicId
string
required

Response

Response for status 204