Skip to main content

delete

Function delete 

Source
pub fn delete<B: ResourcesBackend>(
    backend: &B,
    uuid: &str,
) -> Result<(), ClientError>
Expand description

Deletes a route by id.

ยงErrors

If there is no token, the server cannot be reached, or it refuses the delete.