Delete the file with the specified file ID
delete/documents/{objectTypeName}/{objectId}/files/{fileId}
Deletes the file with the specified ID from the object that is specified in the path.
Status | Meaning | Description | ||
---|---|---|---|---|
204 | No Content | The file was successfully deleted. | ||
400 | Bad Request | The request was invalid. The file ID cannot be null or invalid. | Schema | |
404 | Not Found | The object does not exist or the user does not have the correct permissions to view the object. | Schema |