Langsung ke konten utama
DELETE
/
sites
/
{siteId}
/
notes
/
{noteId}
Hapus catatan situs
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

Token pembawa (bearer token) diperlukan untuk semua permintaan API.

Path Parameters

siteId
string
required

Pengidentifikasi unik untuk situs.

noteId
string
required

Pengidentifikasi unik (nama file) untuk catatan.

Response

Catatan berhasil dihapus.