Delete Credential
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_id
Credential id (prefixed external id, cred_...).
Headers
Speechify-Version
Response
Credential soft-deleted.
Errors
401
Unauthorized Error
404
Not Found Error
409
Conflict Error