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)

Last updated