Delete a location

delete/locations/v1/locations/{id}

Delete a location by providing a specific location ID.

SecurityBearer
Request
path Parameters
id
required
string <uuid>

The unique identifier for the location. For example, 945e70ec-b043-4cad-9ed0-069c06fdb8af.

Responses
204

Successfully deleted

400

Bad request

500

Internal server error

Request samples
Response samples
application/json
{
  • "httpStatusCode": 0,
  • "message": "string",
  • "debugId": "string",
  • "errorCode": "string"
}