Back to ServiceNow Integrations
Handler · Version 1

ServiceNow Object Delete ServiceNow

Download GitHub

About

This handler allows the generic deletion of a ServiceNow object when given a table and an id. Using the ServiceNow REST API and basic authentication, a URL is built up to delete an object from a table by its sys_id. If that REST call is successful, the handler execution will complete and an empty result set will be returned.

Configurations
Name Description Sample
username Username/Email of target user.
password Password of the user. *********
server The subdomain of service now the server belongs to (ie. https://instance.service-now.com).
enable_debug_logging Enable debug logging if the value is set to 'Yes'. No
Parameters
Name Description Sample
Error Handling Determine what to return if an error is encountered. Raise Error
Table The name of the table to delete an object from (ie. change_request,incident,task,etc). incident
Id The id of the object to delete. 85071a1347c12200e0ef563dbb9a71c1
Results
Name Description
Handler Error Message Error message if an error was encountered and Error Handling is set to "Error Message".
Changelog

ServiceNow Object Delete V1 (2019-02-31)

  • Update Readme to add Error Handling.

ServiceNow Object Delete V1 (2019-01-31)

  • Added full support for NDNF (never drop never fail).

ServiceNow Object Delete V1 (2017-09-14)

  • Initial version. See README for details.
Download GitHub

On This Page

Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
Return to Top