8e73704e30b0

OpenAPI 3.0.3Proprietary2026-08-1257141294.5 KB
Contacts Tables

Delete Contacts Table

Permanently delete a table and all its data. This cannot be undone.

Billing: Free.

delete/v3/contacts/tables/{table_id}

Path parameters

table_idstring required

The table's ID.

Query parameters

emailstring email

Email of the user making the request. Used to scope ownership/visibility checks on GET/DELETE calls, which cannot carry a body.

Response

Table deleted

tableIdstring
statusstring

Example response

{
  "tableId": "482910",
  "status": "deleted"
}