Delete user from shared agent
DELETE
/api/v1/gen_agents/share/{share_agent_id}
Remove agent sharing. Use ‘share_agent_id’ (the ‘id’ field) from GET /shared_agents/{agent_id} response.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” share_agent_id
required
Share Agent Id
string
Responses
Section titled “ Responses ”Successful Response
BooleanResponse
Simple response returning a single boolean success status.
object
success
required
Success
Success status of the operation
boolean
Bad Request
Not Found
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
Internal Server Error