Skip to main content
DELETE
Delete one of your models
Soft-deletes a model owned by your organization — it stops appearing in the app and the API and returns 204 No Content. Unknown, other-organization, already-deleted, or internal models return 404 not_found. Requires the models.write scope.
Deletion is a soft-delete but is not reversible through the API. A model in use by saved presets or automations will no longer be composable once deleted.

Authorizations

Authorization
string
header
required

Organization API key as a bearer token: Authorization: Bearer samsa_sk_....

Path Parameters

model_id
string<uuid>
required

Response

Model soft-deleted.