Skip to content

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 ​

HeaderRequiredDescription
x-nextinteract-company-api-keyYesAdmin-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 ​

ExceptionDescription
WSIncorrectApiKeyTypeExceptionSee Error Definitions
WSInvalidSystemConfigurationExceptionSee Error Definitions
WSCompanyApiKeyNotActiveExceptionSee Error Definitions
WSRecordNotFoundExceptionSee Error Definitions
WSEventNotFoundExceptionSee Error Definitions
WSEventServiceExceptionSee Error Definitions
WSInvalidParameterExceptionSee Error Definitions
WSEventCancelledExceptionSee Error Definitions
WSInsufficientPrivilegesExceptionSee Error Definitions