curl -X DELETE https://api.crewship.dev/v1/tables/tbl_abc123xyz789 \ -H "Authorization: Bearer YOUR_API_KEY"
{ "success": true }
Delete a table and all of its rows
true