Skip to main content
DELETE
/
data
/
tables
/
{id}
Delete Custom Data Table
curl --request DELETE \
  --url https://api.prod.usesimple.ai/api/v1/data/tables/{id} \
  --header 'Authorization: <api-key>'
{
  "success": true
}
Tables can only be deleted after all records are removed. A table also cannot be deleted while another table references it.

Authorizations

Authorization
string
header
required

Path Parameters

id
integer
required

Custom data table ID.

Response

Custom Data Table Deleted

success
boolean
default:true
required