G
G
Gemini Docs
v0.6.0-SNAPSHOT
Search
⌃
K
Gemini Overview
🎯
Use cases & Benefits
🚴♂
Getting Started
Backend Module
Overview
Getting Started
Rest API
Basic CRUD
POST /data/{entity}
GET /data/{entity}/{id}
PUT /data/{entity}/{id}
PATCH /data/{entity}/{id}
DELETE /data/{entity}/{id}
Getting Data
Rest Configuration
The Schema (DDD)
Data Drivers
Powered By
GitBook
DELETE /data/{entity}/{id}
DELETE entity record
Use this API if you want to delete an Entity Record by its logical key.
Request
Endpoint
DELETE <base_url>/data/{entity}/{id}
{entity}
is the Entity name according to the name provided in the schema
{id}
is the record identifier (the logical key for the record)
Previous
PATCH /data/{entity}/{id}
Next
Getting Data
Last modified
1yr ago