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
Example response
{
"tableId": "482910",
"status": "deleted"
}