---
title: "Deletar tarefas em lote"
method: DELETE
path: "/v1/accountingfirms/{accountingFirmId}/tasks"
---

# Deletar tarefas em lote

`DELETE /v1/accountingfirms/{accountingFirmId}/tasks`

Permite a exclusão em lote de tarefas vinculadas ao escritório.

## Path parameters

- `accountingFirmId` string, required

## Headers

- `X-API-Key` string
- `X-User-Id` string

## Request body

- object
  - `recurrenceUpdateRule` integer — Define a regra para exclusão de tarefas recorrentes.
  - `taskIds` string[] — Lista com Ids das tarefas que serão deletadas.

## Response `204`

204

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404
- `500` — 500

---

[API](https://skmtc.net/nibo/apis/api-empresa.md) · [All operations](https://skmtc.net/nibo/apis/api-empresa/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nibo/api-empresa/revisions/9492ac98cb75/schema)
