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

Path Parameters

id
string
required
Table ID
rowId
string
required
Row ID

Response

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