Example 1: Compute Group Name is Specified
This statement removes the ShippingMedCogs compute profile from the Shipping compute group:
DROP COMPUTE PROFILE ShippingMedCogs IN COMPUTE GROUP Shipping; *** Compute Profile has been dropped.
Example 2: Compute Group Name is Not Specified
This statement removes the ShippingMedCogs compute profile from the default compute group of the session or profile of the user:
DROP COMPUTE PROFILE ShippingMedCogs; *** Compute Profile has been dropped.