---
title: "Delete UI modification"
method: DELETE
path: "/rest/api/3/uiModifications/{uiModificationId}"
tags: ["UI modifications (apps)"]
---

# Delete UI modification

`DELETE /rest/api/3/uiModifications/{uiModificationId}`

Deletes a UI modification. All the contexts that belong to the UI modification are deleted too. UI modification can only be deleted by Forge apps.

**[Permissions](#permissions) required:** None.

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

- `uiModificationId` string, required

## Response `204`

Returned if the UI modification is deleted.

- unknown

## Other responses

- `401` — Returned if the authentication credentials are incorrect or missing.
- `403` — Returned if the request is not from a Forge app.
- `404` — Returned if the UI modification is not found.

---

[API](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2.md) · [All operations](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api-2/versions/5a51740d7ab3/schema)
