cURL
curl --request PUT \ --url https://example.com/api/groups/{group_id}/remove_repos \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "repo_ids": [ 1, 2, 3 ] } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Remove multiple repositories from a group.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
[1, 2, 3]
Successful Response