Skip to main content
DELETE
/
areas
/
{id}
Delete Area
curl --request DELETE \
  --url https://api.roostedhr.com/api/1_12/areas/{id} \
  --header 'X-API-KEY: <api-key>'
An area cannot be deleted if it is system-protected (ARA-800) or has child areas (ARA-900). Reassign or delete child areas first before deleting a parent.

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string
required

Unique area identifier.

Example:

"a1B2c"

Response

No Content