pub async fn delete_screen(
configuration: &Configuration,
screen_id: i64,
) -> Result<(), Error<DeleteScreenError>>
Expand description
Deletes a screen. A screen cannot be deleted if it is used in a screen scheme, workflow, or workflow draft. Only screens used in classic projects can be deleted.