Appearance
deleteEventHard ​
Allows Events typically used for testing and test automation to be "hard deleted" from the system to help clean up test data.
Request ​
http
DELETE /rest/internal/event/{eventUUID}Headers ​
| Header | Required | Description |
|---|---|---|
x-nextinteract-company-api-key | Yes | Admin-specific API key UUID provided to company |
Parameters ​
eventUUID (string, required) - the UUID of the Event to be deleted.
Response ​
200 for successful delete. No BODY returned for HTTP DELETE ​
400 for invalid request object such as API Key or userId or userEmail or Email not "@yopmail.com" 500 if a server error occurred. OK
Sample calls: /rest/internal/event/b57a1e94-f5a1-480c-94ef-eecbb60eb541
Errors ​
| Exception | Description |
|---|---|
WSIncorrectApiKeyTypeException | See Error Definitions |
WSInvalidSystemConfigurationException | See Error Definitions |
WSCompanyApiKeyNotActiveException | See Error Definitions |
WSRecordNotFoundException | See Error Definitions |
WSEventNotFoundException | See Error Definitions |
WSEventServiceException | See Error Definitions |
WSInvalidParameterException | See Error Definitions |
WSEventCancelledException | See Error Definitions |
WSInsufficientPrivilegesException | See Error Definitions |