{
"id": 7,
"description": "phone 321",
"mask": "(99) 99999-451454",
"dateHourCreated": "2018-04-17T08:25:48.000Z",
"dateHourChanged": "2018-05-29T14:53:51.274Z",
"dateHourDeleted": null
}curl --location --request DELETE 'https://prod.your-api-server.com/api/v1/mask' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 7,
"description": "phone 321",
"mask": "(99) 99999-451454",
"dateHourCreated": "2018-04-17T08:25:48.000Z",
"dateHourChanged": "2018-05-29T14:53:51.274Z",
"dateHourDeleted": null
}'{}