Developing Apama Applications > Developing Apama Applications in EPL > Making Application Data Available to Clients > Deleting DataView definitions > DataViewDeleteDefinition
DataViewDeleteDefinition
Syntax
event DataViewDeleteDefinition {
   string msgId;
   string dvName;
   dictionary<string, string> extraParams;
}
Create and route events of this type in order to delete a DataView definition. The response is provided by a DataViewDefinitionDeleted or DataViewException event.
Syntax description
msgId
Optional field for a message ID that applications can use to identify responses.
dvName
Unique name of the DataView definition to be deleted.
extraParams
Optional field that future implementations may use.
Copyright © 2013-2015 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.
Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.