Delete
/cable-appendixes/{id}/
Operation is used to delete a Cable Appendix.
When a Cable Appendix is deleted, the loop's length is automatically removed from the Cable's extra_length field.
Operation actually deletes the Cable Appendix and it cannot be restored. Available from product version 2026.1.0.
Security
API Key: Token
Header parameter nameAuthorization
Token issued for API consumer.
Path parameters
id
integerRequired
Id of Cable Appendix to delete
Responses
204
Object deleted
401
Authentication credentials are missing or invalid
{
"details": "Authentication credentials were not provided"
}object
details
string
Detailed description of error
404
Object was not found
{
"details": "Not found."
}object
details
string
Detailed description of error