DELETE api/Files/{id}/Related

Removes a related file.

Request

Parameters

Name Description Default
id Unique file ID
fileID Unique ID of the related file

Response

Body

Status Codes

Code Condition
200 OK The operation completed successfully.
400 Bad RequestInvalid file or related file IDs, or not a related file.
401 Unauthorized Access token is invalid, expired or not specified.
403 ForbiddenUser does not have permission.
404 Not FoundFile does not exist.
406 Not Acceptable Content type specified in the Accept header isn't supported.
500 Internal Server Error An internal error occurred.