Skip to main content
DELETE
/
v1
/
tables
/
{id}
curl -X DELETE https://api.crewship.dev/v1/tables/tbl_abc123xyz789 \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.crewship.dev/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required
Table ID

Response

success
boolean
true when the table was deleted
curl -X DELETE https://api.crewship.dev/v1/tables/tbl_abc123xyz789 \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "success": true
}

Notes

  • Deleting a table also deletes all rows in that table.
  • This action cannot be undone.