Delete User Property
DELETE {{baseUrl}}/rest/api/3/user/properties/:propertyKey?accountId=<string>&userKey=<string>&username=<string>
Deletes a property from a user.
Note: This operation does not access the user properties created and maintained in Jira.
Permissions required:
- Administer Jira global permission, to delete a property from any user.
- Access to Jira, to delete a property from the calling user's record.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
accountId | string | The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, 5b10ac8d82e05b22cc7d4ef5. | |
userKey | string | This parameter is no longer available and will be removed from the documentation soon. See the deprecation notice for details. | |
username | string | This parameter is no longer available and will be removed from the documentation soon. See the deprecation notice for details. |