Docs
Delete Area
DELETE /Areas/{areaId}
DELETE
/Areas/{areaId}Required Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
| Event token | x-Event-Token | Optional | Run **Get Tokens** in the Authorization folder, or call `GET /Events/{eventId}/authorize` manually. |
| Area token | x-Area-Token | Optional | Run **Get Tokens** with `areaId` set in your environment, or call `GET /Areas/{areaId}/authorize` with your event token. |
Permanently deletes an area and cascades removal across all related data. This action cannot be undone.
The following are removed or disassociated as part of deletion:
- All files attached to the area (deleted from storage)
- All area permissions
- The area is removed from any activities it was associated with
- The area is disassociated from any advances that referenced it
- The area entity itself
Requires EventAdmin permission on the event.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| areaId | Guid | Required | The ID of the area to delete. |
Response
Returns 200 OK with no body on success.