Skip to main content
Remove Users From Team Group
curl --request DELETE \
  --url https://api.coralogix.com/mgmt/openapi/latest/aaa/team-groups/v1/{group_id.id}/users \
  --header 'Authorization: <api-key>'
{}

Authorizations

Authorization
string
header
required

API key authentication

Path Parameters

group_id.id
integer
required

Query Parameters

user_ids
object[]

Response

Response confirming the successful removal of users from the specified team group.