Delete a note
Notes
Delete a Note
Deletes an existing note. Only the original author may delete a note.
DELETE
Delete a note
Deletes an existing note.Documentation Index
Fetch the complete documentation index at: https://docs.salesfinity.ai/llms.txt
Use this file to discover all available pages before exploring further.
Only the original author may delete a note.
Path Parameters
- id (required, string): Note ID, from List Notes.
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
user_id | string | Yes | ID of the team member performing the delete. Must match the original author of the note. |
Example Request
Response (200)
Errors
| Status | Description |
|---|---|
| 403 | Only the author can delete this note |
| 404 | Note not found |
Authorizations
Path Parameters
Note ID
Body
application/json
ID of the team member performing the delete. Must match the original author of the note.
Example:
"507f1f77bcf86cd799439011"
Response
Note deleted successfully
Example:
true