PLATINUM DOCS
ApiVolumes

DELETE /v1/volumes/{v}/files

DELETE
/v1/volumes/{v}/files

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

v*string

Query Parameters

path*string
recursive?boolean

Response Body

application/json

curl -X DELETE "https://example.com/v1/volumes/string/files?path=string"
{  "commit_id": "string",  "outcome": "fast",  "head_commit_id": "string",  "overwritten": [    {      "path": "string",      "reason": "string"    }  ],  "skipped": [    {      "path": "string",      "reason": "string"    }  ],  "overwritten_count": 0,  "duration_ms": 0}
Empty