Skip to main content
DELETE
/
api
/
groups
/
{id}
Delete group
curl --request DELETE \
  --url http://localhost/api/api/groups/{id} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.cynopsis.co/llms.txt

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

Authorizations

Authorization
string
header
required

JWT token obtained from AWS Cognito or custom authentication service

Path Parameters

id
integer
required

A unique integer value identifying this group.

Response

204

Group deleted successfully