Skip to main content
DELETE
/
locations
/
{id}
Delete a location
curl --request DELETE \
  --url https://www.ruddr.io/api/workspace/locations/{id} \
  --header 'Authorization: Bearer <token>'
A physical or logical location used to organize service offerings and personnel.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The location uuid

Response

204