Delete credential
Delete a credential by its ID or name.
DELETE
/credentials/{id_or_name}Delete a credential by its ID or name.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id_or_name*string
Credential ID or name
Response
Credential deleted successfully
no response body.
curl -X DELETE "https://example.com/credentials/string"Empty
{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}patchUpdate credential
Update a credential's name or values. When values are provided, they are merged with existing values (new keys are added, existing keys are overwritten).
getGenerate TOTP code
Returns the current 6-digit TOTP code for a credential with a configured totp_secret. Use this to complete 2FA setup on sites or when you need a fresh code.