Delete Launched App Using DELETE

Delete Launched App Using DELETE

API code: DELETE-LAUNCHED-APP Pre-authorized role(s): TENANT_USER

Request
URI
DELETE
https://{api_host}/api/alp/v1/launched-apps/{launched-app-id}
COPY
Path Parameters
string
launched-app-id
Required

Marketplace launched app ID. It must be an UUID.


Authentication
This operation uses the following authentication methods.
Responses
204

No Content

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X DELETE -H 'Authorization: <value>' https://{api_host}/api/alp/v1/launched-apps/{launched-app-id}