PLATINUM DOCS
ApiVolumes

DELETE /v1/volumes/{id}/files

DELETE
/v1/volumes/{id}/files

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X DELETE "https://example.com/v1/volumes/string/files" \  -H "Content-Type: application/json" \  -d '{    "path": "string"  }'
{  "path": "string",  "deleted": 0,  "recursive": true}
Empty