Logo
MicroStrategy REST API API Documentation

Delete specific user group

DELETE {{baseUrl}}/api/usergroups/:id

Delete user group for specific user group id. You obtain the authorization token needed to execute the request using POST /auth/login;you pass the authorization token in the request header. You identify the user by specifying the user group ID in the path of the request;you obtain the user ID using GET /usersgroups.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
X-MSTR-AuthToken
string (Required) Authorization token




RESPONSES

status





Curl
curl -X DELETE 'baseUrl/api/usergroups/:id' -H 'X-MSTR-AuthToken: authToken'

ENDPOINTS