Skip to main content
DELETE
/
projects
/
{project_name}
/
tables
/
{table_id}
DELETE /projects/{project_name}/tables/{table_id}
curl --request DELETE \
  --url https://api.cloudsquid.io/api/projects/{project_name}/tables/{table_id} \
  --header 'X-API-Key: <api-key>'

Authorizations

X-API-Key
string
header
required

Path Parameters

project_name
string
required

The name of the project

table_id
string<uuid>
required

The id of the table

Response

Successfully deleted table