Notes

Delete a note

Delete an existing note in the workspace.

delete/v1/notes/{noteId}

Path parameters

noteIdstring required

The ID of the note to delete.

Response

The ID of the deleted note.

deprecationsstring[]

Example response

{
  "data": {
    "id": "nte_91118b73-5a75-480b-b8e3-a33671c35cdc"
  },
  "deprecations": [
    "This field is deprecated"
  ]
}

Changes