Remove File Column Attachment
DELETE/board/:boardId/table/:tableId/row/:rowId/column/:columnId/file/:fileId
Remove a FILE-column attachment reference from a specific row and column. The underlying private file remains stored; only the row cell is updated.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Default Response
Default Response
Unauthorized - Authentication is required
Default Response
Not Found - The requested resource was not found
Internal Server Error - Something went wrong on the server