delete_record
Delete a record from any ServiceNow table. Preview with dry_run to avoid accidental deletion.
Instructions
Delete a record from any ServiceNow table (requires WRITE_ENABLED=true). Pass dry_run=true to preview the record that would be deleted without deleting it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name | |
| sys_id | Yes | 32-character system ID of the record to delete | |
| dry_run | No | Preview only — return the record that would be deleted without deleting it |