Delete a connected account

Soft-deletes a connected account by marking it as deleted in the database. This prevents the account from being used for API calls but preserves the record for audit purposes.

Authentication

x-api-keystring
API key authentication

Path parameters

nanoidstringRequiredformat: "connectedAccountId"

The unique identifier (nanoid) of the connected account

Response

Successfully deleted the connected account. The account is marked as deleted but retained in the database for historical purposes.
successboolean
Indicates whether the connected account was successfully deleted

Errors