Authorization: Bearer ********************{
"categoriaVeiculoId": 0,
"transportadorId": 0
}curl --location --request DELETE 'https://api-tst.tms.otif.app/cadastros/v1/CategoriaVeiculo/Transportador' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"categoriaVeiculoId": 0,
"transportadorId": 0
}'{
"sucesso": true,
"response": null,
"erros": {
"property1": [
"string"
],
"property2": [
"string"
]
}
}