Skip to main content
DELETE
/
locations
/
{id}
Delete Location
curl --request DELETE \
  --url https://api.loopreturns.com/api/v1/locations/{id} \
  --header 'X-Authorization: <api-key>'
{
  "id": 123,
  "success": true
}

Authorizations

X-Authorization
string
header
required

API Scope: "Locations (write)"

Path Parameters

id
integer
required

The location's unique identifier.

Response

Success

id
integer<int64>

The unique integer identifier for the location, created by Loop.

success
boolean