Saltar al contenido principal
DELETE
/
sites
/
{siteId}
/
notes
/
{noteId}
Eliminar una nota de sitio
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

Se requiere un token de portador (bearer token) para todas las solicitudes a la API.

Path Parameters

siteId
string
required

El identificador único para el sitio.

noteId
string
required

El identificador único (nombre de archivo) para la nota.

Response

La nota se eliminó correctamente.