API ReferenceConnected accounts

Delete connected account

Deletes (disconnects) an existing connected account.

DELETE
/v1/connected_accounts/{connected_account_id}

Authorization

authorization
AuthorizationBearer <token>

In: header

Path Parameters

connected_account_id*string

The connected account's unique identifier

Match^cact_\w{12}$

Response Body

text/plain

application/json

application/json

curl -X DELETE "https://example.com/v1/connected_accounts/cact_abcdef123456"
""