Documentation

Delete files from folders

DELETE
/api/v1/external/files/folders

Scope requis : delete:files.

AutorisationBearer <jeton>

JWT d'organisation obtenu via le flow OIDC. Voir le guide d'intégration.

Dans: header

Corps de requête

application/json

Définitions TypeScript

Utilisez le type request body en TypeScript.

filesIds*array<string>

Corps de réponse

curl -X DELETE "https://example.com/api/v1/external/files/folders" \  -H "Content-Type: application/json" \  -d '{    "filesIds": [      "string"    ]  }'
Vide