Delete a user application property
DELETE
/users/{selected_user}/properties/{app_key}/{property_name}
Delete an application property value stored against a user.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ” selected_user
required
string
Either the UUID of the account surrounded by curly-braces, for example {account UUID}, OR an Atlassian Account ID.
app_key
required
string
The key of the Connect app.
property_name
required
string
The name of the property.
Responses
Section titled “ Responses ”An empty response.