### justificatif_delete #### POST /justificatif/delete > `Content-Type: application/json` > > `[2,2,3]` ```json { "errors": { "1": "Justificatif non existant" }, "success": { "0": { "OK": true }, "2": { "OK": true } } } ```