Soft-delete an AI model. System models cannot be deleted. The model will be marked as deleted but retained for audit purposes.
cURL
curl --request DELETE \ --url https://api.cuadra.ai/v1/models/{model_id} \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
JWT token from Stytch B2B authentication (magic link, SSO, or M2M)
Unique identifier for the model
"550e8400-e29b-41d4-a716-446655440000"
Successful Response
Was this page helpful?