Skip to main content
DELETE
/
account
/
{project_id}
/
db
/
{table}
/
{item_id}
Delete database table item
curl --request DELETE \
  --url https://api.basic.tech/account/{project_id}/db/{table}/{item_id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
string
required

project id

table
string
required

table name

item_id
string
required

item id

Response

Item deleted successfully

Item deleted successfully

data
object