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
Example response
{
"acknowledged": true,
"deletedCount": 1
}