---
title: "Delete current BIG-IP AS3 application configuration"
method: DELETE
path: "/declare/{tenant}/applications/{application}"
tags: ["Configuration"]
---

# Delete current BIG-IP AS3 application configuration

`DELETE /declare/{tenant}/applications/{application}`

Delete the configuration for a single application

## Path parameters

- `tenant` string, required
- `application` string, required

## Query parameters

- `async` boolean
- `controls.dryRun` boolean
- `controls.logLevel` string
- `controls.trace` boolean
- `controls.traceResponse` boolean
- `controls.userAgent` string
- `show` string
- `showHash` boolean

## Response `200`

Successful synchronous response

- object
  - `results` Result[] — The results of the request
    - `code` 0 | 200 | 202 | 422 | 500 — HTTP status code describing the outcome of applying the tenant's configuration. This will be 0 until the tenant is done being processed.
    - `message` string — The current status of the task to configure the tenant.
    - `lineCount` integer — The number of lines in the tenant's configuration.
    - `host` string — The host name that the tenant was deployed on.
    - `tenant` string — The tenant that was configured.
    - `runTime` integer — The time (in milliseconds) it took to process the tenant.
  - `declaration` Declaration

---

[API](https://skmtc.net/f5networks/apis/f5-big-ip-as3.md) · [All operations](https://skmtc.net/f5networks/apis/f5-big-ip-as3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/f5networks/f5-big-ip-as3/revisions/e7dc931778cf/schema)
