bknd home page
Search...
⌘K
Discord
bknd-io/bknd
bknd-io/bknd
Search...
Navigation
Delete Entity
Documentation
User Guide
API Reference
API Documentation
Introduction
System Endpoints
GET
Ping
GET
Config
GET
Schema
Data Endpoints
GET
List Entity
POST
Create Entity
GET
Get Entity
PATCH
Update Entity
DEL
Delete Entity
Auth Endpoints
POST
Login (password)
POST
Register (password)
GET
Me
GET
Strategies
Delete Entity
DELETE
/
api
/
data
/
entity
/
{entity}
/
{id}
Try it
cURL
Python
JavaScript
PHP
Go
Java
Copy
curl
--request
DELETE
\
--url
https://your-bknd.io/api/data/entity/{entity}/{id}
Assistant
Responses are generated using AI and may contain mistakes.
Path Parameters
entity
string
required
id
number
required
Response
200
Entity deleted
cURL
Python
JavaScript
PHP
Go
Java
Copy
curl
--request
DELETE
\
--url
https://your-bknd.io/api/data/entity/{entity}/{id}