Frends.ServiceNow.DeleteRecord / 1.1.0
Summary
Deletes a record from a ServiceNow table.
Typical use — removing records a Process created in error; in ITSM a state change is usually the more appropriate move
Input class
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| Url | String |
https://dev123456.service-now.com/api/now/table/{tableName}/{sys_id} |
https://dev123456.service-now.com/api/now/table/{tableName}/{sys_id} |
The URL with protocol and path to the ServiceNow instance. You can include query parameters directly in the url. |
| Headers | Header[] |
– | Name: Content-Type, Value: application/json |
List of HTTP headers to be added to the request. |