[][src]Function egg_mode::tweet::delete

pub async fn delete<'_>(id: u64, token: &'_ Token) -> Result<Response<Tweet>>

Delete the given tweet. The authenticated user must be the user who posted the given tweet.

On success, the future returned by this function yields the given tweet.