deleteLocale method
Deprecated, use Update a user profile from the user management REST API instead.
Deletes the locale of the user, which restores the default setting.
Permissions required: Permission to access Jira.
Implementation
@deprecated
Future<dynamic> deleteLocale() async {
return await _client.send(
'delete',
'rest/api/3/mypreferences/locale',
);
}