Remove a user group from a genie

Removes user group access from the genie associated with the ID you specify.

Path parameters

idstringRequired
The ID of the genie you from which you plan to remove user group access.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
user_group_idslist of stringsRequired
An array of user group IDs to remove from a genie.

Response

User groups removed successfully
user_groupslist of objects or null
Array of user groups removed from the genie.

Errors