Skip to main content
DELETE
Delete a note
Deletes an existing note.
Only the original author may delete a note.

Path Parameters

  • id (required, string): Note ID, from List Notes.

Request Body

Example Request

Response (200)

Errors

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Note ID

Body

application/json
user_id
string
required

ID of the team member performing the delete. Must match the original author of the note.

Example:

"507f1f77bcf86cd799439011"

Response

Note deleted successfully

success
boolean
Example:

true