Skip to main content

Delete a company note

DELETE /organizations/:organization_id/notes/:note_id/


URL

https://system_domain/api/v2/organizations/123/notes/456


Parameters

PATH-parameters

ParameterTypeRequiredDescription
organization_idnumberYesID of the company
note_idnumberYesID of the note

Responses

Response example

Response example
{
"errors": [
{
"code": "s-204",
"title": "No content",
"details": "Note with id {456} successfully deleted"
}
]
}