Delete a flat zone
DELETE/v1/flat-zones/:id
Remove a flat zone from the system
Request
Path Parameters
id stringrequired
Flat zone ID
Responses
- 200
- 404
Flat zone deleted successfully
- application/json
- Schema
- Example (from schema)
Schema
_id stringrequired
The ID of the flat zone
zoneName stringrequired
The name of the flat zone
createdDate date-timerequired
The creation date of the flat zone
latestUpdate date-timerequired
The latest update date of the flat zone
{
"_id": "672d07188234567890123456",
"zoneName": "Flat Zone 1",
"createdDate": "2021-01-01",
"latestUpdate": "2021-01-01"
}
Flat zone not found
Loading...