Skip to main content
DELETE
/
locations
/
{id}
Delete Location
curl --request DELETE \
  --url https://api.roostedhr.com/api/1_12/locations/{id} \
  --header 'X-API-KEY: <api-key>'

Documentation Index

Fetch the complete documentation index at: https://docs.roostedhr.com/llms.txt

Use this file to discover all available pages before exploring further.

This performs a soft delete — the location will no longer appear in listings but associated events and shifts are not affected.

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string
required

Location ID

Response

No Content