DELETE Event?SystemAPIKey={SystemAPIKey}&SiteAPIKey={SiteAPIKey}&ExternalID={ExternalID}
Cancels an event
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SystemAPIKey |
API Key provided by Wesley to identify your event management system |
string |
Required |
| SiteAPIKey |
API Key specific to the site in which your event management system is being used |
string |
Required |
| ExternalID |
Your system identifier for the event |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
APIResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Successful |
False = API Call failed, True = API was called successfully and data passed validation |
boolean |
None. |
| ErrorMessage |
Contains the description of the error e.g. Invalid API Key |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Successful": true,
"ErrorMessage": "sample string 2"
}
application/xml, text/xml
Sample:
<APIResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WesleyAPI.Models"> <ErrorMessage>sample string 2</ErrorMessage> <Successful>true</Successful> </APIResponse>