- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Delete
/el_cables/{id}/
Operation is used to mark electric cable as deleted. Available from product version 3.2.2.
Operation doesn't actually electric delete cable, just marks it as deleted. Actual deletion can be done via KeyLight application.
Security
API Key
Header parameter nameAuthorization
Token issued for API consumer.
Path parameters
id
integer Required
Id of electric cable to delete
Query parameters
permanent-delete
boolean
Providing permanent-delete=True will delete the object from the database. Available from product version 3.2.22.
Responses
204
Object was marked as deleted
401
Authentication credentials are missing or invalid
{
"details": "Authentication credentials were not provided"
}
object
details
string
Detailed description of error
Was this article helpful?