Function delete_component

Source
pub async fn delete_component(
    configuration: &Configuration,
    id: &str,
    move_issues_to: Option<&str>,
) -> Result<(), Error<DeleteComponentError>>
Expand description

Deletes a component. This operation can be accessed anonymously. Permissions required: Administer projects project permission for the project containing the component or Administer Jira global permission.