Vai al contenuto principale
DELETE
/
sites
/
{siteId}
/
notes
/
{noteId}
Elimina una nota del sito
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

Un token bearer è richiesto per tutte le richieste API.

Path Parameters

siteId
string
required

L'identificatore univoco per il sito.

noteId
string
required

L'identificatore univoco (nome del file) per la nota.

Response

La nota è stata eliminata con successo.