[][src]Function egg_mode::list::delete

pub async fn delete<'_>(
    list: ListID,
    token: &'_ Token
) -> Result<Response<List>>

Deletes the given list.

The authenticated user must have created the list.