Delete Custom Profile

Delete Custom Profile

Delete a custom profile

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

The Identifier of the profile


Authentication
This operation uses the following authentication methods.
Responses
200

The custom profile 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/profiles/{profileId}