Function delete_project_avatar

Source
pub async fn delete_project_avatar(
    configuration: &Configuration,
    project_id_or_key: &str,
    id: i64,
) -> Result<(), Error<DeleteProjectAvatarError>>
Expand description

Deletes a custom avatar from a project. Note that system avatars cannot be deleted. Permissions required: Administer projects project permission.