Delete an exact Micro record
micro_record_deletePermanently delete an exact micro project record by environment, collection, scope, key, and inspected version. Prevents accidental deletion when the record has changed.
Instructions
Permanently delete one exact project record using its environment, collection, scope, key, and inspected version. Fails if the record changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| path | No | Micro project directory; defaults to the server working directory | |
| scope | Yes | ||
| confirm | Yes | Explicit confirmation that this exact record version should be permanently deleted | |
| version | Yes | ||
| collection | Yes | ||
| environment | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| json | No | ||
| stderr | Yes | ||
| stdout | Yes | ||
| command | Yes | ||
| exitCode | Yes |