Skip to main content
DELETE
/
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
}

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
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
}