Skip to main content
POST
Bulk delete tasks

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Get your API key from the Reply dashboard: Settings → API Key.

Body

application/json

Request body for bulk deleting tasks.

ids
integer[]
required

Task IDs to delete (1-100).

Required array length: 1 - 100 elements

Response

Dictionary of failed items keyed by task ID. Empty object {} means all succeeded.

Possible per-item error codes:

{key}
NotProcessedItemResult · object

Per-item error for non-atomic bulk operations. Only failed items are returned in the response dictionary. Items not present in the dictionary succeeded.