Authorization: ********************curl --location --request DELETE 'https://test.your-api-server.com/api/mes/scheduling/63fbe4d9f4f28c5518302741' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"qtyProduce":20000,
"action":"modificar",
"dateStart":"",
"dateEnd":"",
"hourStart":"",
"hourEnd":"",
"status":"planeado"
}'{
"msg": "Plan eliminado con exito _id:63fbe30af4f28c5518302731"
}