Skip to main content

delete_task

Function delete_task 

Source
pub async fn delete_task(client: &ApiClient, gid: &str) -> Result<(), ApiError>
Expand description

Delete a task permanently.

ยงErrors

Returns an error if the API request fails or if the response is invalid.