Footer Section
Explore

With this API, you can cancel or recall previously submitted bulk approval requests. Currently, assigned approvers are notified via email. This API accepts the object type and the object ID of the context object as input parameters. You can also add comments to your cancel requests.
curl --request POST \--url https://documentation.conga.com/cancelApprovalsbulk \--header 'Accept: application/json' \--header 'Content-Type: application/json' \--data '{"ctxObjParams":[{"ctxSObjectType":"Apttus__APTS_Agreement__c","ctxSObjectId":"a0156000003Zhmp","comments":{"processComment":"Here is my cancellation comment","commentsLevel":"Process","commentsCount":1}}]}'
1{2"title": "success",3"status": 200,4"data": true5}