cURL
curl --request DELETE \ --url https://api.cloudsquid.io/api/projects/{project_name}/tables/{table_id} \ --header 'X-API-Key: <api-key>'
Delete table with all the data inside.
The name of the project
The id of the table
Successfully deleted table
Was this page helpful?