cURL
curl --request POST \ --url https://app.blinkops.com/api/v1/groups/{id}/remove_users \ --header 'BLINK-API-KEY: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "users": [ "<string>" ] }'
This response has no body data.
Remove one or more users from a group
Was this page helpful?