cURL
curl --request DELETE \ --url https://api.folk.app/v1/notes/{noteId} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "nte_91118b73-5a75-480b-b8e3-a33671c35cdc" } }
Delete an existing note in the workspace.
API key for authentication
The ID of the note to delete.
40
The ID of the deleted note.
The response is of type object.
object