---
title: "Delete app property (Forge)"
method: DELETE
path: "/rest/forge/1/app/properties/{propertyKey}"
tags: ["App properties"]
---

# Delete app property (Forge)

`DELETE /rest/forge/1/app/properties/{propertyKey}`

Deletes a Forge app's property.

**[Permissions](#permissions) required:** Only Forge apps can make this request. This API can only be accessed using **[asApp()](https://developer.atlassian.com/platform/forge/apis-reference/fetch-api-product.requestjira/#method-signature)** requests from Forge.

The new `write:app-data:jira` OAuth scope is 100% optional now, and not using it won't break your app. However, we recommend adding it to your app's scope list because we will eventually make it mandatory.

## Path parameters

- `propertyKey` string, required

## Response `204`

Returned if the request is successful.

## Other responses

- `400` — Returned if the property key is longer than 127 characters.
- `401` — Returned if the authentication credentials are incorrect or missing.
- `403` — Returned if the request isn't made directly by an app or if it's an impersonated request.
- `404` — Returned if the property isn't found or doesn't belong to the app.

---

[API](https://skmtc.dev/atlassian/apis/the-jira-cloud-platform-rest-api.md) · [All operations](https://skmtc.dev/atlassian/apis/the-jira-cloud-platform-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api/revisions/7e9af75061ea/schema)
