delete_contact_note
Delete a note associated with a contact. Provide the contact ID and note ID to remove the note from the system.
Instructions
Delete Contact Note DELETE /api/v1/contacts/{id}/notes/{note_id} Tags: Contact notes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique identifier for the contact. (path parameter) | |
| note_id | Yes | The unique identifier for the note associated with the contact. (path parameter) |