delete https://{hostname}/crux/v1/mgmt-pop/appcategories/
Removes an application category from your Enterprise Application Access product.
Response
Removes an application category from your Enterprise Application Access product.
xxxxxxxxxx
curl --request DELETE \
--url https://hostname/crux/v1/mgmt-pop/appcategories/appCategoryId \
# Add Authorization header to this snippet
--header 'accept: application/json'
xxxxxxxxxx
{
"message": "Successful"
}