---
title: "Delete FAST Applications"
method: DELETE
path: "/applications"
tags: ["Application Management"]
---

# Delete FAST Applications

`DELETE /applications`

Delete multiple FAST managed Applications (all if no body is provided).

## Request body

- string[]

## Response `202`

Delete job submitted successfully.

- FastApplicationDeleteResponse — The response message when deleting Applications.
  - `_links` LinksDefinition — An object containing link references.
    - `self` string — Self-link to endpoint
    - `task` string — Self-link to task endpoint
  - `requestId` integer
  - `code` integer, required
  - `message` object[], required
    - `id` string — The Task ID which can be used to query Task state.

## Other responses

- `404` — Tenant or Application not found.
- `500` — Internal error. A bug report should be filed.

---

[API](https://skmtc.net/f5networks/apis/f5-big-ip-application-services-templates-api.md) · [All operations](https://skmtc.net/f5networks/apis/f5-big-ip-application-services-templates-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/f5networks/f5-big-ip-application-services-templates-api/versions/69d12c15d1c7/schema)
