Skip to main content

Delete API Application

Delete a specific API Application and its configuration by ID.

Request

Request-Line

DELETE /waap/v1.0/apiProtection/apiApp/{id} HTTP/1.1

Request Parameters

Path Parameters

ParameterTypeRequiredDescription
idintegerMandatoryUnique identifier assigned to the API Application.

Response

Status Codes, Error Codes and Error Messages

Status CodeError CodeError Message
400Id.InvalidId is empty or invalid.
404Application.NotFoundApplication is not found.

Examples

Delete API Application

Request

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