Skip to main content
POST
/
workspace
/
{workspace_id}
/
table
/
{table_id}
/
content
/
search
/
delete
Delete all records matching specified search criteria
curl --request POST \
  --url https://x8ki-letl-twmt.n7.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/content/search/delete \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "search": []
}'
{
  "success": [
    "<string>"
  ],
  "success_total": 123
}

Authorizations

Authorization
string
header
required

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

Headers

x-data-source
string
default:live

Path Parameters

workspace_id
integer
required
table_id
integer
required

Body

Response

Success!

success
string[]
success_total
integer
I