GET api/Event/DeleteEvent?entityListID={entityListID}&entityID={entityID}&eventListID={eventListID}&eventID={eventID}
Deletes a event
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
entityListID |
The identifier of the entity list |
string |
Required |
entityID |
The identifier of the entity |
integer |
Required |
eventListID |
The identifier of the event list |
string |
Required |
eventID |
The identifier of the event |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.