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
Parameter | Type | Required | Description |
---|---|---|---|
id | integer | Mandatory | Unique identifier assigned to the API Application. |
Response
Status Codes, Error Codes and Error Messages
Status Code | Error Code | Error Message |
---|---|---|
400 | Id.Invalid | Id is empty or invalid. |
404 | Application.NotFound | Application is not found. |
Examples
Delete API Application
Request
DELETE /waap/v1.0/apiProtection/apiApp/50 HTTP/1.1