Remove User

Removes a user from a specific group.

DELETEhttps://api.platform.softwareone.com/public/v1/accounts/account-users/{id}/groups/{userGroupId}
Path parameters
id*string
userGroupId*string
Response

No Content

Request
const response = await fetch('https://api.platform.softwareone.com/public/v1/accounts/account-users/{id}/groups/{userGroupId}', {
    method: 'DELETE',
    headers: {},
});
const data = await response.json();
Response
{
  "type": "text",
  "title": "text",
  "detail": "text",
  "instance": "text"
}

Last updated

SoftwareOne is a trademark of SoftwareOne, Inc. "The Software Licensing Experts" is a service mark of SoftwareOne, Inc. VAR assist is a trademark of SoftwareOne, Inc. "It pays to partner" is a service mark of SoftwareOne, Incorporated.