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

/*
// void
*/
{}

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.

Response

OK

The response is of type object.