v1

latestOpenAPI 3.0.32026-07-2632131.4 MB
Complexes

Delete complex

Deletes a specific complex based on the complexId

delete/properties-api/complexes/{id}

Path parameters

idstring required

The id of the complex to delete

Response

The complex was deleted successfully

acknowledgedboolean
deletedCountnumber

Example response

{
  "acknowledged": true,
  "deletedCount": 1
}