cURL
curl --request DELETE \ --url https://api.sully.ai/v1/notes/{noteId} \ --header 'X-ACCOUNT-ID: <api-key>' \ --header 'X-API-KEY: <api-key>'
{ "status": "ok", "date": "2024-11-21T14:38:24.093Z" }
Deletes a single note based on the ID supplied
ID of note to delete
Note deleted
Status of the response
"ok"
Timestamp of the response
"2024-11-21T14:38:24.093Z"