{
"id": 40,
"description": "Programa de Integração Social",
"initials": "FUCK",
"mask": {"id": 6},
"country": {"id": 76}
}curl --location --request DELETE 'https://prod.your-api-server.com/api/v1/documenttype' \
--header 'Authorization: {{auth_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 40,
"description": "Programa de Integração Social",
"initials": "FUCK",
"mask": {"id": 6},
"country": {"id": 76}
}'{}