Delete files

POST
/api/v2/hub/delete

Delete multiple files and all their occurrences.

AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Example: 'Bearer {token}'

In: header

Request Body

application/json

List of files to delete.

TypeScript Definitions

Use the request body type in TypeScript.

[index: integer]?

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/api/v2/hub/delete" \  -H "Content-Type: application/json" \  -d '[    {}  ]'
"string"