{
"id": 25,
"description": "OTHER",
"acronim": "OT"
}curl --location --request DELETE 'https://prod.your-api-server.com/api/v1/devicetype' \
--header 'Authorization: {{auth_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 25,
"description": "OTHER",
"acronim": "OT"
}'{}