Delete Entity Records
delete_entity_recordsDelete exact records by ID or exact-match filters. Executes directly for the authenticated app owner; pass expected_count as a safety check to abort on a mismatch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | The app ID | |
| entity | Yes | Entity name | |
| reason | No | Why these records should be deleted | |
| filters | No | One exact-match selector or a list of exact-match selectors | |
| record_ids | No | Exact record IDs to delete | |
| expected_count | No | Required match count safety check, when known |