---
title: "DELETE /v1/apps/{application-id}"
method: DELETE
path: "/v1/apps/{application-id}"
---

# DELETE /v1/apps/{application-id}

`DELETE /v1/apps/{application-id}`

Deletes an application.

## Path parameters

- `application-id` string, required

## Response `200`

Success

- DeleteAppResponse
  - `ApplicationResponse` ApplicationResponse, required — Provides information about an application.
    - `Arn` string, required — The Amazon Resource Name (ARN) of the application.
    - `Id` string, required — The unique identifier for the application. This identifier is displayed as the <b>Project ID</b> on the Amazon Pinpoint console.
    - `Name` string, required — The display name of the application. This name is displayed as the <b>Project name</b> on the Amazon Pinpoint console.
    - `tags` object — A string-to-string map of key-value pairs that identifies the tags that are associated with the application. Each tag consists of a required tag key and an associated tag value.
    - `CreationDate` string — The date and time when the Application was created.

## Other responses

- `480` — BadRequestException
- `481` — InternalServerErrorException
- `482` — PayloadTooLargeException
- `483` — ForbiddenException
- `484` — NotFoundException
- `485` — MethodNotAllowedException
- `486` — TooManyRequestsException

---

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