Delete a Connected Account

Delete a Connected Account by ID

Code Example

seam.connected_accounts.delete("f891acfd-d228-4bb2-8399-c0f7e24e6b16")

Parameters

connected_account_id

type: string

ID of the Connected Account

Response

This section shows the JSON response returned by the API. Since each language encapsulates this response inside objects specific to that language and/or implementation, the actual type in your language might differ from what’s written here.

JSON format

{
  "ok": true
}

Last updated

Was this helpful?