public class DeleteActionRequestExecutor extends RequestExecutor<java.lang.String>
ActionsApi. Use this class if you want to delete actions.
 Example of use:
 
   
   KontaktCloud kontaktCloud = KontaktCloudFactory.create();
   kontaktCloud.actions().delete(ID).execute();
   
 | Constructor and Description | 
|---|
| DeleteActionRequestExecutor(ActionsService actionsService,
                           java.util.UUID id)Constructs request executor initialized with corresponding service class and action's id. | 
execute, executepublic DeleteActionRequestExecutor(ActionsService actionsService, java.util.UUID id)
actionsService - the actions API service.id - the action's unique identifier.