Skip to main content
DELETE
/
locations
/
{location_id}
Delete Location
curl --request DELETE \
  --url https://playground.answeringagent.com/api/v1/locations/{location_id} \
  --header 'X-API-KEY: <api-key>'
{
  "message": "Location deleted successfully"
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

location_id
integer
required

The ID of the location

Response

Location deleted successfully

message
string
Example:

"Location deleted successfully"