/
/Site Management API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 9h ago · Updated 3w ago
  • getGet list of sites
  • postCreate a new site
  • getGet a site by path
  • putUpdate a site
  • deleteDelete a site
  • getGet notes for a site
  • postCreate a note for a site
  • getGet a note by path
  • putUpdate a note
  • deleteDelete a note
  • getGet all links from a note
  • getGet the body of a note as HTML
  • getGet the note in Markdown format
  • getGet the note in plain text format
  • getSearch notes within a site

Delete a note

delete/sites/{site_path}/notes/{note_path}

Path parameters

site_pathstring required

The path of the site

note_pathstring required

The path of the note to delete

Response

Note deleted

messagestring

Changes