Skip to main content
POST
/
connected_accounts
/
delete
await seam.connectedAccounts.delete({
  connected_account_id: "35a07a42-4eb2-4080-9bf9-ee08aa2bf62e",
});

/*
// void
*/
{
  "ok": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
connected_account_id
string<uuid>
required

ID of the connected account that you want to delete.

sync
boolean
default:false

Response

OK

ok
boolean
required