DELETE
/
v1
/
notes
/
{noteId}
Delete a note
curl --request DELETE \
  --url https://api.folk.app/v1/notes/{noteId} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "nte_91118b73-5a75-480b-b8e3-a33671c35cdc"
  }
}

Authorizations

Authorization
string
header
required

API key for authentication

Path Parameters

noteId
string
required

The ID of the note to delete.

Required string length: 40

Response

200
application/json

The ID of the deleted note.

The response is of type object.