delete_record
Delete a specific record from any ServiceNow table using its unique sys_id. Removes unwanted entries directly from ServiceNow.
Instructions
Delete a record from a ServiceNow table by sys_id
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sys_id | Yes | The sys_id of the record to delete | |
| table_name | Yes | The ServiceNow table name |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |