Delete a meeting zone
DELETE/v1/meeting-zones/:id
Remove a meeting zone from the system
Request
Path Parameters
id stringrequired
Meeting zone ID
Responses
- 200
- 404
Meeting zone deleted successfully
- application/json
- Schema
- Example (from schema)
Schema
_id stringrequired
The ID of the meeting zone
activate booleanrequired
Whether the meeting zone is active
createdDate date-timerequired
The created date of the meeting zone
latestUpdate date-timerequired
The latest update date of the meeting zone
{
"_id": "672d07188234567890123456",
"activate": true,
"createdDate": "2025-01-01T00:00:00.000Z",
"latestUpdate": "2025-01-01T00:00:00.000Z"
}
Meeting zone not found
Loading...