Skip to main content
DELETE
/
api
/
v3
/
groups
/
{id}
Delete group of users
curl --request DELETE \
  --url https://paradigm.lighton.ai/api/v3/groups/{id} \
  --header 'Authorization: Bearer <token>'
"<unknown>"

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer
required

The unique identifier of the users group.

Response

No response body