Delete Custom Group

Delete Custom Group

NOTE: Method is enabled for user groups only

Request
URI
DELETE
https://{api_host}/suite-api/api/resources/groups/{groupId}
COPY
Path Parameters
string
groupId
Required

The Identifier of the group


Authentication
This operation uses the following authentication methods.
Responses
200

The custom group is deleted successfully

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X DELETE -H 'Authorization: <value>' https://{api_host}/suite-api/api/resources/groups/{groupId}