sn_delete
Delete a ServiceNow record by sys_id. Explicit confirmation (confirm=true) is required to execute; use confirm=false to preview.
Instructions
Delete a ServiceNow record by sys_id.
SAFETY: You must pass confirm=true explicitly — this cannot be undone.
Examples: table="incident" sys_id="abc123" confirm=true table="u_staging_jira_kan" sys_id="xyz456" confirm=true
To preview what will be deleted without actually deleting, pass confirm=false (default).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ServiceNow table name | |
| sys_id | Yes | sys_id of the record to delete | |
| confirm | Yes | Must be true to execute — prevents accidental deletes |