cURL
curl --request POST \ --url https://{portalApiUrl}/user_grp/delete/{id} \ --header 'Authorization: <api-key>'
{ "status": true }
Remove a user from a group by user_grp ID
Documentation IndexFetch the complete documentation index at: https://docs.illuxi.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.illuxi.com/llms.txt
Use this file to discover all available pages before exploring further.
Authentication token obtained from POST /token
ID of user_grp to delete
user_grp deleted