Delete a Group
Delete a Group by ID.
DELETE
/api/scim/v2/Groups/{id}
Headers
| Key | Value |
|---|---|
| Authorization | Bearer <API Token> |
Path Parameter
id(required): Group ID to delete the specific group.
Example cURL
curl --location --request DELETE 'http://localhost:8080/api/scim/v2/Groups/group-123' \
--header 'Authorization: Bearer XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX'
Responses
| Status Code | Description | |
|---|---|---|
| 200 | Group deleted successfully | |
| 400 | Internal server error | |
| 401 | Unauthorized | |
| 500 | Internal Server Error | empty |