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

arrow-up-rightX-API-KEYstringheaderrequiredarrow-up-rightX-ACCOUNT-IDstringheaderrequired

Path Parameters

arrow-up-rightnoteIdstringrequired

ID of note to delete

Response

200200400application/json

Note deleted

arrow-up-rightstatusstring

Status of the response

Example:

"ok"

arrow-up-rightdatestring

Timestamp of the response

Example:

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

arrow-up-right

Last updated