Delete Group Type

Delete Group Type
Delete the group type

Delete the group type

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

Key of the group type to delete


Authentication
This operation uses the following authentication methods.
Responses
200

The group type 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/types/{key}