This statement deletes an action from the database.
<drop-action-statement> ::= DROP ACTION <action-name>
The following example drops the action defined by the example in CREATE ACTION Statement:
DROP ACTION [Sales Cube].[Show Customer Details]