Skip to main content
DELETE
Remoção de tarefa

Authorizations

Authorization
string
header
required

Utilize o token de integração no header Authorization: Bearer {token}. O domínio de origem (Origin/Referer) deve respeitar allowed_domain, quando configurado na chave.

Path Parameters

id
string<uuid>
required

UUID da tarefa.

Body

application/json
recurrence_scope
enum<string>

Escopo aplicado em edições ou remoções de tarefas recorrentes.

Available options:
only_this,
this_and_future,
open_only,
all

Response

Tarefa removida logicamente.

success
enum<boolean>
Available options:
true