Skip to main content
DELETE
/
api
/
v1
/
locations
/
{location_id}
Delete Location
curl --request DELETE \
  --url https://api.athenahq.ai/api/v1/locations/{location_id} \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "location": "<string>"
}

Authorizations

x-api-key
string
header
required

API key for authentication. You can create one here.

Path Parameters

location_id
string<uuid>
required

The location to delete.

Query Parameters

website_id
string<uuid>
required

Website that owns the location.

Response

Location deleted

success
boolean
required
Example:

true

location
string
required