Delete entity record
Deletes one record from one of the app’s entities.
The record stops appearing in List entity records and Get entity record straight away. Base44 keeps it in the app’s trash rather than erasing it, so an editor can restore it from the app’s data screen.
Row-level security applies to the lookup, so a record the entity’s rls delete rule doesn’t cover reports 404 rather than 403.
Deleting a record triggers the app’s webhooks and any automation or workflow that listens for this entity.
This endpoint is limited to 100 requests every 30 seconds per app.
Authorizations
Personal API key.
Path Parameters
ID of the record, as id in the response of List entity records.
ID of the app that owns the entity.
Name of the entity, exactly as List entity schemas reports it.
Response
The record was deleted.
Confirmation that a record was deleted.
Always true. A delete that doesn't happen returns an error instead.
true