sn_delete
Delete a ServiceNow record by sys_id. Set confirm to true to execute the deletion and prevent accidental data loss.
Instructions
Delete a ServiceNow record by sys_id. Requires the confirm flag set to true as a safety measure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ServiceNow table name (e.g. incident) | |
| sys_id | Yes | The sys_id of the record to delete | |
| confirm | Yes | Must be true to execute the deletion. Safety measure to prevent accidental deletes. |