{
"inboundNoticeCode": "string",
"warehouseId": "string",
"tenantId": 0,
"thirdCode": "string"
}curl --location '/open/inboundNotice/delete' \
--header 'Authorization: Bearer {{token}}' \
--header 'timestamp: {{timestamp}}' \
--header 'sign: {{sign}}' \
--header 'Content-Type: application/json' \
--data '{
"inboundNoticeCode": "string",
"warehouseId": "string",
"tenantId": 0,
"thirdCode": "string"
}'