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
| Name | In | Type | Required | Description | Example |
|---|---|---|---|---|---|
| deviceID | path | integer (int64) | Yes | The ID of the device that owns the file. | 1 |
| fileID | path | integer (int64) | Yes | The 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.