Delete ServiceNow Record
servicenow_delete_recordPermanently delete a ServiceNow record by table and sys_id. Irreversible action—use only when deletion is explicitly required.
Instructions
Permanently delete a ServiceNow record by sys_id. This action is irreversible.
Args:
table (string): Table name
sys_id (string): sys_id of the record to delete
Returns: Confirmation of deletion
⚠️ Destructive: This permanently removes the record. Use only when deletion is explicitly requested.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ServiceNow table name (e.g., incident, change_request, sys_user) | |
| sys_id | Yes | ServiceNow sys_id (32-character GUID) of the record |