Docs

Delete Area

DELETE /Areas/{areaId}

DELETE/Areas/{areaId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.
Event tokenx-Event-TokenOptionalRun **Get Tokens** in the Authorization folder, or call `GET /Events/{eventId}/authorize` manually.
Area tokenx-Area-TokenOptionalRun **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

FieldTypeRequiredDescription
areaIdGuidRequiredThe ID of the area to delete.

Response

Returns 200 OK with no body on success.