Error
Credentials
Revoke a stored tool credential
Deletes the calling user’s stored credentials for the named provider. Idempotent: deleting a credential that does not exist returns { ok: true } without error. After deletion the tool will re-prompt the credential form on its next invocation.
DELETE
Error
Authorizations
Organisation API key. Format: sk_<secret>/<keyname> — the secret portion, a literal slash, and the human-readable key name. The header exulu-api-key is accepted as an alias. A Bearer prefix is tolerated and stripped. Keys with an agent scope are only valid for the scoped agent instance.
Path Parameters
Tool provider identifier (e.g. google-calendar).
Response
Credential revoked (or was already absent).
Example:
true