Delete a Runtime Ad Hoc Approval Process
This API enables you to delete a runtime ad hoc approval process. This API accepts the context object type and ID as input parameters and returns true if the ad hoc process definition is deleted.
API |
Signature |
---|---|
DeleteRuntimeAdhocApprovalProcess |
webService static Boolean DeleteRuntimeAdhocApprovalProcess(String sObjectType, Id sObjectId) |
Request Parameters | |||
---|---|---|---|
Name |
Type |
Required? |
Description |
sObjectId | ID |
Yes |
ID of the approval context object. |
sObjectType | Type |
Yes |
Type of the approval context object. |
Response Parameter | ||
---|---|---|
Name |
Type |
Description |
result | Boolean |
Returns true if the approval request is deleted successfully. |
Integration Details
Use the following information in your integrations with Conga Approvals API. Refer to Integrating Conga with External Systems to get started.
API Prerequisites
None.