Delete Portlet Config

Delete Portlet Config

Deletes the portlet config corresponding to the UUID.

Request
URI
DELETE
https://{api_host}/api/portletconfigurations/{id}
COPY
Path Parameters
string
id
Required

The UUID of the config to delete


Responses
204
Operation doesn't return any data structure

Code Samples
COPY
                    curl -X DELETE -H 'Authorization: <value>' https://{api_host}/api/portletconfigurations/{id}