Back to Cherwell Integrations
Handler · Version 1

Cherwell Object Delete Cherwell

Download GitHub

About

This handler generically deletes a Cherwell object given an Object name and id. Execution starts by retrieving an Access Token from Cherwell using the client id/secret and username/password info values. Once that is successfully retrieved, the Object Name is translated into a Business Object Id by using the /getbusinessobjectsummary endpoint. The returned Business Object Id and inputted Object Id are then passed to the /deletebusinessobject endpoint to delete the object. An empty result set will be returned on a successful delete.

Parameters
Name Description Sample
Object Name Readable name of the object to delete (ie. Incident). Incident
Object Id Id of the object to be deleted. 47285
Changelog

Cherwell Object Delete V1 (2018-02-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