Pular para o conteúdo principal
DELETE
/
sites
/
{siteId}
/
jobs
/
{jobId}
Cancelar uma Tarefa Pendente
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

Autentique as requisições fornecendo um JSON Web Token (JWT) no cabeçalho Authorization. Exemplo: Authorization: Bearer <SEU_JWT>

Path Parameters

siteId
string<uuid>
required

O UUID do site.

jobId
string<uuid>
required

O UUID da tarefa a ser excluída.

Response

A tarefa foi excluída com sucesso.