cURL
curl --request DELETE \ --url https://api.dataraven.io/v1/teams/{team_id}/members/{user_id} \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Remove a team member.
Required Role: ADMIN or OWNER
Restrictions:
Documentation IndexFetch the complete documentation index at: https://docs.dataraven.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.dataraven.io/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response