Skip to main content
DELETE
/
databases
/
{databaseId}
/
tables
/
{tableId}
Delete Table
curl --request DELETE \
  --url https://tables-api.softr.io/api/v1/databases/{databaseId}/tables/{tableId} \
  --header 'Softr-Api-Key: <api-key>'

Authorizations

Softr-Api-Key
string
header
required

Path Parameters

databaseId
string
required
tableId
string
required

Query Parameters

force
boolean
default:false

Response

Table deleted successfully.