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

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.