provider App properties DELETE
/rest/atlassian-connect/1/addons/{addonKey}/properties/{propertyKey} @utdk/jira
/rest/atlassian-connect/1/addons/{addonKey}/properties/{propertyKey} Delete app property
Deletes an app's property.
**[Permissions](#permissions) required:** Only a Connect app whose key matches `addonKey` can make this request.
Additionally, Forge apps can access Connect app properties (stored against the same `app.connect.key`).
- addonKey path required
- The key of the app, as defined in its descriptor.
- string
- propertyKey path required
- The key of the property.
- string
Try it
Authentication
Configure credentials for The Jira Cloud platform REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import jira from '@utdk/jira';
await jira.addonpropertiesresourceDeleteaddonpropertyDelete()