API/Delete Note

Notes

Delete Note

Deletes a single note based on the ID supplied

DELETEhttps://api.sully.aihttps://api-testing.sully.ai/v1/notes/{noteId}Try itcURLPythonJavaScriptPHPGoJavaCopy

curl --request DELETE \
  --url https://api.sully.ai/v1/notes/{noteId} \
  --header 'X-ACCOUNT-ID: <api-key>' \
  --header 'X-API-KEY: <api-key>'

200400Copy

{
  "status": "ok",
  "date": "2024-11-21T14:38:24.093Z"
}

Authorizations

X-API-KEYstringheaderrequiredX-ACCOUNT-IDstringheaderrequired

Path Parameters

noteIdstringrequired

ID of note to delete

Response

200200400application/json

Note deleted

statusstring

Status of the response

Example:

"ok"

datestring

Timestamp of the response

Example:

"2024-11-21T14:38:24.093Z"

Last updated