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

pub fn delete(
    id: i64,
    con_token: &Token,
    access_token: &Token
) -> WebResponse<Tweet>

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

On success, returns the given tweet.