delete https://{hostname}/crux/v1/mgmt-pop/appbundle/
Removes an application bundle.
Response
Removes an application bundle.
xxxxxxxxxx
curl --request DELETE \
--url https://hostname/crux/v1/mgmt-pop/appbundle/appBundleId \
--header 'accept: application/json'
xxxxxxxxxx
{
"message": "Successful"
}