Delete a company note
DELETE /organizations/:organization_id/notes/:note_id/
URL
https://system_domain/api/v2/organizations/123/notes/456
Parameters
PATH-parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
organization_id | number | Yes | ID of the company |
note_id | number | Yes | ID of the note |
Responses
Response example
Response example
{
"errors": [
{
"code": "s-204",
"title": "No content",
"details": "Note with id {456} successfully deleted"
}
]
}