Deletes a waiting room event.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
SiteId | long | Yes | The website ID, which can be obtained by calling the ListSites operation. | 123456**** |
WaitingRoomEventId | long | No | The ID of the waiting room event. | 302909890*** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "0AEDAF20-4DDF-4165-8750-47FF9C1929C9"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | InternalException | Failed to call the service. Try again later or contact technical support. | Failed to call the service. Try again later or contact technical support. |
400 | Site.ServiceBusy | This website is being configured. Try again later. | This website is being configured. Try again later. |
400 | WaitingRoomRuleNotExist | The waiting room bypass rule that you want to modify does not exist. Specify a valid one. | The waiting room bypass rule that you want to modify does not exist. Specify a valid one. |
400 | WaitingRoomEventNotExist | The waiting room event that you want to modify does not exist. Specify a valid one. | The waiting room event that you want to modify does not exist. Specify a valid one. |
403 | Site.NotExist | The specified website does not exist or is not recognized by the system.Check whether the specified website identifier is valid and matches a website that is active, defined, and recognized by the system.If you want to add a new website, make sure that the creation and registration process is complete to integrate the website to the system. | The specified website does not exist or is not recognized by the system.Check whether the specified website identifier is valid and matches a website that is active, defined, and recognized by the system.If you want to add a new website, make sure that the creation and registration process is complete to integrate the website to the system. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history