Delete Credential

Beta

Soft-delete a credential. Refused with 409 credential_in_use while any tool, agent or channel still references it; the response used_by lists exactly what to detach first. Once unreferenced, the row is soft-deleted (a future GC job hard-deletes orphaned rows).

Authentication

AuthorizationBearer

Enter your API key with the Bearer prefix, e.g. ‘Bearer sk_…’.

Path parameters

credential_idstringRequired

Credential id (prefixed external id, cred_...).

Headers

Speechify-VersionstringOptional

Response

Credential soft-deleted.

Errors

401
Unauthorized Error
404
Not Found Error
409
Conflict Error