DocAssiduites/docs/samples/sample_justif_delete.json.md

28 lines
451 B
Markdown

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