DELETE /data/{entity}/{id}
DELETE entity record
Use this API if you want to delete an Entity Record by its logical key.
Request
Endpoint
{entity} is the Entity name according to the name provided in the schema
{id} is the record identifier (the logical key for the record)
Last updated