Disconnect social account
POST
/api/v1/gen_agents/disconnect_phone
Disconnect a social account from an agent.
Errors:
- 404: No social account connected.
- 422: Failed to disconnect social account.Request Body required
Section titled “Request Body required ” DisconnectSocialAccountRequest
object
agent_id
required
Agent Id
ID of the agent to disconnect
string
Responses
Section titled “ Responses ”Successful Response
Bad Request
No social account connected
Disconnect failure
Internal Server Error