Vai al contenuto principale
DELETE
/
sites
/
{siteId}
/
jobs
/
{jobId}
Annulla un Job in Sospeso
curl --request DELETE \
  --url https://api.altostrat.io/sites/{siteId}/jobs/{jobId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Autentica le richieste fornendo un JSON Web Token (JWT) nell'header Authorization. Esempio: Authorization: Bearer <TUO_JWT>

Path Parameters

siteId
string<uuid>
required

L'UUID del site.

jobId
string<uuid>
required

L'UUID del job da eliminare.

Response

Il job è stato eliminato con successo.