Delete Model
Overview
This API deletes a model identified by the identifier
passed in the URL. The request requires an API key for authentication.
Example
- Method:
DELETE
Endpoint
https://api.gpulab.ai/models/{identifier}
Request Headers
Key | Type | Description |
---|---|---|
api-key | String | Your authentication key. |
Path Parameters
Parameter | Type | Description |
---|---|---|
identifier | String | Unique identifier of the model. |
Request Body
There is no request body required for this endpoint.
Response
Status Code: 200 OK
Response Body:
{
"status": "success",
"message": "Model successfully removed!"
}