login(); $res = $api->delete('user/id', []); print_r(json_decode($res)); //this is the expected response //stdClass Object //( // [status] => 200 //)