For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delete a note

URL

DELETE https://api.complycube.com/v1/notes/:id

Deletes an existing note.

Headers

Name
Type
Description

Authorization*

string

The API live or test key.

Path parameters

Name
Type
Description

id*

string

The ID of the note.

Example request

curl -X DELETE https://api.complycube.com/v1/notes/{:noteId} \
     -H 'Authorization: <YOUR_API_KEY>' 

Example response