DELETE
/
account
/
{project_id}
/
db
/
{table_name}
/
{item_id}
curl --request DELETE \
  --url https://api.basic.tech/account/{project_id}/db/{table_name}/{item_id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Enter your Bearer token in the format: Bearer <token>

Path Parameters

project_id
string
required

The ID of the project

table_name
string
required

The name of the table

item_id
string
required

The ID of the item to be deleted

Response

200
_mintlify/placeholder

successful