The method and parameters
|
DELETE /api/v1/billing/tree/folders/private |
JSON
{
"id": null,
"external_id": "external_id_of_tree_element",
"key": "random_key",
"log_extra": {
"some": "information"
}
}
int id required – the ID of the tree element (is required when no external_id is specified).
string|int external_id required – the key of the tree element (is required when no id is specified).
string key required – the key for the folder, which can be sent instead of the ID when creating a camera, if you need to add a camera to the folder.
string|array log_extra – additional information received from an external system
|
204 |
|
Successful response |
|
422 |
|
Returns a JSON object with an error. For details, see General information > Validation. JSON
|
|
400 |
|
Returns a JSON object with an error. |