Skip to main content

Delete a Group

Delete a Group by ID.

DELETE
/api/scim/v2/Groups/{id}

Headers

KeyValue
AuthorizationBearer <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 CodeDescription
200Group deleted successfully
400Internal server error
401Unauthorized
500Internal Server Errorempty