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>'
{
  "type": "invalid_request_error",
  "code": "parameter_missing",
  "message": "The 'name' parameter is required for this request.",
  "doc_url": "https://docs.altostrat.io/errors/parameter_missing"
}

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.