Last updated 2 months ago
/groups/{groupId}
Enter the ID of the group to be deleted.
The requested API version
Success: Deletion acknowledgment received.
Internal Server Error: An unexpected error occurred or a server timeout.
curl -L \ --request DELETE \ --url '/groups/{groupId}' \ --header 'Authorization: Bearer JWT'
{ "message": "Success Message", "statusCode": 200 }