v1

latestOpenAPI 3.1.02026-07-2689175245.8 KB
Locations

Delete Location

Delete a location.

delete/locations/{id}

Path parameters

idinteger required

The location's unique identifier.

Response

Success

idinteger

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

successboolean

Whether the location was successfully deleted.

Example response

{
  "id": 9007199254740991,
  "success": true
}