Skip to main content
DELETE
Disconnect a credential
Permanently deletes the credential. Subsequent Blueprint triggers that reference this id will fail. Returns 204 with an empty body on success.

Notes

  • Use this when an end user disconnects an integration in your product.
  • After deletion, create a new credential session if they reconnect.
  • Supports Idempotency-Key so retries of a disconnect cannot produce surprising side effects.
There is no list or get credential endpoint in this API. Retain cred_... ids yourself when a session completes; this endpoint is only for revocation.

Authorizations

Authorization
string
header
required

Your Rubie API key as a bearer token.

Headers

Idempotency-Key
string

Unique key for safely retrying mutating requests. Matching key + body replays the original response for 24 hours. Matching key + different body returns 409 conflict.

Path Parameters

credentialId
string
required

Response

Credential deleted