Function delete_user_property

Source
pub async fn delete_user_property(
    configuration: &Configuration,
    property_key: &str,
    account_id: Option<&str>,
    user_key: Option<&str>,
    username: Option<&str>,
) -> Result<(), Error<DeleteUserPropertyError>>
Expand description

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.