Notca Docs

Delete note

Delete a note by ID for the authenticated user

DELETE
/api/v1/notes/{noteId}
x-api-key<token>

In: header

Path Parameters

noteIdstring
Length1 <= length

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://app.notca.co/api/v1/notes/string"
{
  "success": true
}
{
  "error": "string",
  "details": null
}
{
  "error": "string",
  "details": null
}
{
  "error": "string",
  "details": null
}