Conga Product Documentation

Welcome to the new doc site. Some of your old bookmarks will no longer work. Please use the search bar to find your desired topic.

Cancel Collaboration Request

This API cancels an existing collaboration request by its ID.

API

Signature

cancelCollaborationRequest

static void cancelCollaborationRequest(Id collabRequestId)

Request Parameter

Name

Type

Description

collaborationRequestIdID

The ID of the collaboration request.

Response Parameters

Field

Type

Description

successBoolean

Indicates whether the request was successfully created.

collaborationRequestIdIDThe ID of the newly created collaboration request.
messageStringStatus message or error.

Code Sample

The sample code below enables you to cancel collaboration request. After the API is executed, the collaboration request is cancelled.

// Cancel Collaboration Request
Apttus_Config2.QuoteCollaborationService.cancelCollaborationRequest(Id collabRequestId);