cURL
curl --request DELETE \ --url https://api.example.com/agents/{agent_id}/share \ --header 'Authorization: Bearer <token>'
{ "share_id": 123, "agent_id": 123, "class_id": 123, "shared_by_user_id": 123, "is_active": true, "created_at": "2023-11-07T05:31:56Z" }
특정 class 에 대한 내 에이전트 공유를 비활성화한다.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
공유 해제할 내 에이전트 ID (user.ai_agents.agent_id)
x >= 1
공유 해제 대상 강의실 ID (partner.classes.id)
Successful Response