Delete a model
Removes the model from the catalogue. Emits a model.deleted audit
event and invalidates the per-key cache.
Authorizations
User-bound credential carrying an identity: either a session JWT
or a user access token (at:*) generated from the user settings UI.
Send as Authorization: Bearer <token>.
Org API keys (iak_*) are not accepted here - they carry
no user identity. Use the x-prismeai-api-key header instead
(see OrgApiKeyAuth).
Path Parameters
Identifier of the model document. Model IDs may contain forward
slashes (e.g. bedrock/anthropic.claude-3-haiku,
eu.anthropic.claude-sonnet-4-20250514-v1:0); the workspace router
declares this parameter as a catch-all so consumers SHOULD send the
slashes unencoded in the path.