Footer Section
Explore

With this API, you can cancel or recall previously submitted approval requests providing cancellation comments. This API accepts the object type, the object ID of the context object and cancellation comments as input parameters and returns true when the request is successfully cancelled.
curl --request POST \--url https://documentation.conga.com/cancelApprovalsWithComments \--header 'Accept: application/json' \--header 'Content-Type: application/json' \--data '{"SObjectType":"Apttus__APTS_Agreement__c","SObjectId":"a0156000003ZhmpAAC","comments":"cancel comments"}'
1{2"title": "success",3"status": 200,4"data": true5}