All Products
Search
Document Center

Edge Security Acceleration:DeleteWaitingRoomEvent

Last Updated:Nov 29, 2024

Deletes a waiting room event.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
SiteIdlongYes

The website ID, which can be obtained by calling the ListSites operation.

123456****
WaitingRoomEventIdlongNo

The ID of the waiting room event.

302909890***

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

0AEDAF20-4DDF-4165-8750-47FF9C1929C9

Examples

Sample success responses

JSONformat

{
  "RequestId": "0AEDAF20-4DDF-4165-8750-47FF9C1929C9"
}

Error codes

HTTP status codeError codeError messageDescription
400InternalExceptionFailed to call the service. Try again later or contact technical support.Failed to call the service. Try again later or contact technical support.
400Site.ServiceBusyThis website is being configured. Try again later.This website is being configured. Try again later.
400WaitingRoomRuleNotExistThe 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.
400WaitingRoomEventNotExistThe 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.
403Site.NotExistThe 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 timeSummary of changesOperation
No change history