Delete Preference

DELETE {{baseUrl}}/rest/api/3/mypreferences?key=<string>

Deletes a preference of the user, which restores the default value of system defined settings.

Note that these keys are deprecated:

  • jira.user.locale The locale of the user. By default, not set. The user takes the instance locale.
  • jira.user.timezone The time zone of the user. By default, not set. The user takes the instance timezone.

Use Update a user profile from the user management REST API to manage timezone and locale instead.

Permissions required: Permission to access Jira.

Request Params

KeyDatatypeRequiredDescription
keystring(Required) The key of the preference.