Unlink Note from Investor
DELETE/v1/investors/:id/notes/:noteId
Removes the link between a note and an investor. The note itself is not deleted.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Note unlinked from investor successfully
Invalid request or unlinking failed
Invalid or missing API key
Investor or note not found
Internal server error