Skip to content

Remove the BYOK key for a provider (REQ-5.6).

DELETE
/api/advisor/provider-keys/{providerId}
curl --request DELETE \
--url https://api.tradr.cloud/api/advisor/provider-keys/claude

Hard-deletes the stored key for the authenticated user. The ciphertext is gone from the database; the plaintext was never persisted.

providerId
required
string
Allowed values: claude openai

Deleted.

No key configured for this provider.