Skip to main content
DELETE
/
api
/
Groups
/
{id}
Delete a Group.
curl --request DELETE \
  --url https://api.example.com/api/Groups/{id}
{
  "type": "<string>",
  "title": "<string>",
  "status": 123,
  "detail": "<string>",
  "instance": "<string>"
}

Path Parameters

id
integer<int32>
required

Response

OK