Skip to main content

Deletes a file record

DELETE /v1/device/{deviceID}/file/{fileID}

Summary

Deletes a file record.

Details

Deletes the file record and its backing file content when available.

Authentication

No operation-level security requirement is documented here.

Parameters

NameInTypeRequiredDescriptionExample
deviceIDpathinteger (int64)YesThe ID of the device that owns the file.1
fileIDpathinteger (int64)YesThe ID of the file to delete.1

Request Body

No request body is documented here.

Responses

200

Success. No response body.

No response body schema documented.