Delete fine-tuned models. You must have the Owner role in the organization to delete a model.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request GET '/v1/models/' \
--header 'Authorization: Bearer <token>'
Responses
application/json {
"id": "string",
"object": "string",
"deleted": true
}
Modified at 2025-07-23 10:01:53