pub async fn delete_project_property(
configuration: &Configuration,
project_id_or_key: &str,
property_key: &str,
) -> Result<(), Error<DeleteProjectPropertyError>>
Expand description
Deletes the property from a project. This operation can be accessed anonymously. Permissions required: Administer Jira global permission or Administer Projects project permission for the project containing the property.