Permanently deletes a model from the system using its ID. This action removes the model and all its associated attributes and data. Should be used only when the model is no longer needed, as this operation is irreversible.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request DELETE '/model/'
Response Response Example
{}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.