Skip to main content
DELETE
/
user
/
{id}
/
groups
Remove a user from groups
curl --request DELETE \
  --url https://app.blinkops.com/api/v1/user/{id}/groups \
  --header 'BLINK-API-KEY: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "groups": [
    "<string>"
  ]
}
'
This response has no body data.

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Use your API key to access BlinkOps API. To generate an API key, please log in to your BlinkOps account and navigate to the API Keys section in the user settings page. Add the generated key to your request headers as BLINK-API-KEY.

Path Parameters

id
string
required

User ID

Body

application/json

List of group IDs to remove the user from

groups
string[]

Response