Delete files from folders
Scope requis : delete:files.
Autorisation
bearer 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