---
title: "DELETE /applications/{application}"
method: DELETE
path: "/applications/{application}"
---

# DELETE /applications/{application}

`DELETE /applications/{application}`

Deletes an application that is specified either by its application ID, name, or ARN. All associated attribute groups and resources must be disassociated from it before deleting an application.

## Path parameters

- `application` string, required

## Response `200`

Success

- DeleteApplicationResponse
  - `application` object — Information about the deleted application.
    - `id` string — The identifier of the application.
    - `arn` string — The Amazon resource name (ARN) that specifies the application across services.
    - `name` string — The name of the application. The name must be unique in the region in which you are creating the application.
    - `description` string — The description of the application.
    - `creationTime` string, date-time — The ISO-8601 formatted timestamp of the moment when the application was created.
    - `lastUpdateTime` string, date-time — The ISO-8601 formatted timestamp of the moment when the application was last updated.

## Other responses

- `480` — ResourceNotFoundException
- `481` — ValidationException
- `482` — InternalServerException

---

[API](https://skmtc.net/aws/apis/servicecatalog-appregistry.md) · [All operations](https://skmtc.net/aws/apis/servicecatalog-appregistry/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/servicecatalog-appregistry/versions/69ce5241c582/schema)
