Delete Attachment from Investor Custom Field
DELETE/v1/investors/:id/custom-fields/:fieldId/attachments/:fileId
Removes a file attachment from an investor custom field of type attachment. The file is also deleted from storage.
Request
Responses
- 200
- 400
- 401
- 404
- 500
File deleted successfully
Invalid field type
Invalid or missing API key
Investor or field not found
Internal server error