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.

Path parameters

nanoidstringRequired

The unique identifier (nanoid) of the connected account

Headers

x-api-keystringRequired

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