The method and parameters
|
DELETE /api/v1/billing/tree |
A tree element can be deleted only if it has no child elements and contains no leaf objects.
A tree element can be deleted by id or by external_id.
JSON
{
"id": 16,
"external_id": "current_value",
"type": "cameras|intercoms",
"log_extra": {
"some": "information"
}
}
int id – the ID of the tree element to be deleted
string|int external_id – the key of the tree element
string type – the type of tree within which deletion occurs
string|array log_extra – additional information received from an external system
|
204 |
|
A successful response |