v1
latestOpenAPI 3.0.32026-07-2632131.4 MBComplexes
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
}