Skip to main content

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

Note unlinked from company successfully