跳到主要内容

Delete API Application

Deletes a specific API Application and its configuration by ID.

Request

Request-Line

DELETE /waap/v1.0/apiProtection/apiApps/{appId} HTTP/1.1

Request Parameters

Path Parameters

ParameterTypeRequiredDescription
appIdIntegerMandatoryUnique identifier assigned to the API Application.

Response

Status Codes, Error Codes and Error Messages

Status CodeError CodeError Message
400AppId.InvalidAppId is empty or invalid.
404Application.NotFoundApplication is not found.

Examples

Delete API Application

Request

DELETE /waap/v1.0/apiProtection/apiApps/50 HTTP/1.1