# Bulk Delete Unterminated Tasks

Bulk delete unterminated tasks from Twilio API. (this proxy's Twilio's
Task API).

An "unterminated" task is an "active" task—or any task which has yet to have its
task assignment status set to completed or canceled. See: https://www.twilio.com/docs/taskrouter/lifecycle-task-state

Endpoint: DELETE /companies/{companyId}/twilio-unterminated-tasks
Version: 2025-03-26
Security: oauth2, bearerAuth, apiKeyHeader

## Path parameters:

  - `companyId` (string, required)
    The unique company identifier.

## Request fields (application/json):

  - `taskSids` (array)
    List of task SIDs to delete.

## Response 200 fields (application/json):

  - `message` (string)
    Description of the server action or error.

  - `status` (integer)
    HTTP status code.


