Unlink Note from Company
DELETE/v1/companies/:id/notes/:noteId
Removes the link between a note and a company. The note itself is not deleted. The :id path parameter accepts either a platform company ID (Mongo ObjectId) or a company domain (e.g. acme.com).
Request
Responses
- 200
- 400
- 401
- 404
- 500
Note unlinked from company successfully
Invalid request or unlinking failed
Invalid or missing API key
Company or note not found
Internal server error