Authorization: Bearer ********************{
"id": 4,
"userCreated": {
"id": 1
},
"userChanged": {
"id": 1
},
"userDeleted": {
"id": 1
},
"documents": {
"id": 14,
"type": {
"id": "9"
},
"number": "00000000",
"dateHourCreated": "2024-10-30T10:00:00.000Z",
"dateHourChanged": "2024-10-30T16:09:51.760Z"
},
"contact": {
"id": 18,
"celphone1": "",
"celphone2": "",
"email1": "",
"email2": "",
"city": {
"id": "1"
},
"socialNetworks": []
}
}curl --location --request DELETE 'https://prod.your-api-server.com/api/v1/healthplanbroker/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 4,
"userCreated": {
"id": 1
},
"userChanged": {
"id": 1
},
"userDeleted": {
"id": 1
},
"documents": {
"id": 14,
"type": {
"id": "9"
},
"number": "00000000",
"dateHourCreated": "2024-10-30T10:00:00.000Z",
"dateHourChanged": "2024-10-30T16:09:51.760Z"
},
"contact": {
"id": 18,
"celphone1": "",
"celphone2": "",
"email1": "",
"email2": "",
"city": {
"id": "1"
},
"socialNetworks": []
}
}'{}