---
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.

## Changes

- **2025-10-20** `702ae6b27810` — 2 breaking, 2 warning, 2 info
  - the `code` response's property type/format changed from `integer`/`int32` to ``/`` for status `404`
  - the `code` response's property type/format changed from `integer`/`int32` to ``/`` for status `500`
  - added the new `404.00` enum value to the `code` response property for the response status `404`
  - added the new `500.00` enum value to the `code` response property for the response status `500`
  - …2 more
- **2022-09-26** `8a7a27296ff3` — 3 breaking, 1 warning, 2 info
  - the `code` response's property type/format changed from ``/`` to `integer`/`int32` for status `404`
  - the `code` response's property type/format changed from ``/`` to `integer`/`int32` for status `500`
  - removed the required property `errors` from the response with the `404` status
  - removed the optional property `error` from the response with the `500` status
  - …2 more

[Change history](https://skmtc.dev/f5networks/apis/f5-big-ip-application-services-templates-api/changes/applications/delete.md)

---

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