Call Imports
DELETE
/api/v1/call-imports/{call_import_id}/rows/{row_id}

Delete a single CallImportRow and its S3 recording.

The parent CallImport is left in place. After deletion we recompute its total_rows / completed_rows / failed_rows / status so the UI's progress bar stays consistent with reality.

Authorization

AuthorizationBearer <token>

JWT access token. Use: Authorization: Bearer .

In: header

Path Parameters

call_import_id*Call Import Id
Formatuuid
row_id*Row Id
Formatuuid

Header Parameters

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

Response Body

application/json

curl -X DELETE "https://example.com/api/v1/call-imports/497f6eca-6276-4993-bfeb-53cbbbba6f08/rows/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty

Community & contact

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