Webiny\Component\TwitterOAuth\TwitterOAuth::delete PHP Method

delete() public method

Make a DELETE request to Twitter API.
public delete ( string $url, array $params = [] ) : string | array
$url string Api url.
$params array Additional parameters.
return string | array Api response (if json) it will be returned as array.
    public function delete($url, array $params = [])
    {
        return $this->instance->delete($url, $params);
    }