DocScoDoc/docs/samples/sample_justificatif_remove.json.md
2023-07-28 14:41:01 +02:00

325 B

justificatif_remove

POST /justificatif/1/remove

Content-Type: application/json

{"remove" : "all"}

{
  "response": "remove"
}

POST /justificatif/1/remove

Content-Type: application/json

{"remove" : "list", "filenames": ["nom_fichier"]}

{
  "response": "remove"
}