Skip to main content
DELETE
/
sites
/
{siteId}
/
notes
/
{noteId}
Delete a site note
curl --request DELETE \
  --url https://api.altostrat.io/sites/{siteId}/notes/{noteId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

A bearer token is required for all API requests.

Path Parameters

siteId
string
required

The unique identifier for the site.

noteId
string
required

The unique identifier (filename) for the note.

Response

The note was deleted successfully.