Call Imports
POST
/api/v1/call-imports/{call_import_id}/rows/bulk-delete

Delete multiple CallImportRow rows in one request.

Unknown / cross-tenant row ids are silently skipped — the response reports how many actually went away so a UI that holds onto stale ids (e.g. after another tab already deleted a row) doesn't 404 the entire bulk action.

Authorization

AuthorizationBearer <token>

JWT access token. Use: Authorization: Bearer .

In: header

Path Parameters

call_import_id*Call Import Id
Formatuuid

Header Parameters

Authorization?string|null
X-API-Key?string|null
X-EFFICIENTAI-API-KEY?string|null
X-Workspace-Id?string|null

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Request body for deleting multiple rows from a call-import batch.

Response Body

application/json

application/json

curl -X POST "https://example.com/api/v1/call-imports/497f6eca-6276-4993-bfeb-53cbbbba6f08/rows/bulk-delete" \  -H "Content-Type: application/json" \  -d '{    "row_ids": [      "0f0bcf85-75aa-49d0-a7e5-88efec6190f5"    ]  }'
{  "deleted": 0,  "status": "completed"}

Community & contact

  1. Found a bug or have a feature request? Open a GitHub issue.
  2. Join our Discord for faster replies!