Skip to main content
POST
/
grp
/
delete
/
{id}
cURL
curl --request POST \
  --url https://{portalApiUrl}/grp/delete/{id} \
  --header 'Authorization: <api-key>'
{
  "status": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.illuxi.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authentication token obtained from POST /token

Path Parameters

id
integer
required

ID of group to delete

Response

group deleted

status
boolean