DocScoDoc/docs/samples/sample_justificatif_delete.json.md
2023-02-15 10:30:37 +01:00

24 lines
308 B
Markdown

### 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
}
}
}
```