Endpoint

/v1/files/{ref}/entries/{name}

DELETE

Delete the link specified by 'name' in the directory specified by 'ref'. The file system object is deleted if this was its last link. This operation is more convenient than 'DELETE /v1/files/' when the file ID of the directory is known in advance for deleting multiple files in one directory.

Parameters

Name Description Required
ref The file ID or the absolute path to the file system object. File IDs can be found in the id field of responses of APIs that return file attributes. You must URL-encode the paths. The APIs & Tools page in the Qumulo Core Web UI URL-encodes the paths. Yes
name Name of the directory entry to be deleted Yes

Response

Codes

Code Description
200 Return value on success