Removal of key from request body?

I’m trying to remove the key from the request body and then wanted to check the response. for eg: Request body
{
name: “”,
email: “”,
}
but now i wanted to remove the name key from the request body.
How can i do this? Anyone?