provider UI modifications (apps) DELETE /rest/api/3/uiModifications/{uiModificationId}
@utdk/jira /rest/api/3/uiModifications/{uiModificationId}
Delete UI modification
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.
uiModificationId path required
The ID of the UI modification.
string

Try it

Authentication
Configure credentials for The Jira Cloud platform REST API
deleteuimodification
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.

Parameters

required

The ID of the UI modification.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import jira from '@utdk/jira';

await jira.deleteuimodification()