This endpoint lets you remove a specific prospect from the flows they are assigned to.
To remove the prospect from all flows they are assigned to, send the crmProspectId only.
If you want to remove the prospect from a specific flow, get the flow id from the /v2/flows/prospects endpoint and include the crmProspectId and flowId in the request.
The Ids of the flows the prospect was successfully removed from are returned in the response.
Required authorizaton scope: 'api:flows:write'.
Unassign flows by CRM Prospect ID request.
The CRM ID of the prospect to unassign.
The identifier of the flow to unassign the prospect from.
(Optional) The email address of the Gong user requesting to remove prospects from the flow instance. This is not the email of the prospect being removed from the flow.
Successful response
A Gong request reference Id, generated for this request. Can be used for troubleshooting purposes.
Set of flow instance ids prospects were successfully removed from.
Malformed request
A Gong request reference Id, generated for this request. Can be used for troubleshooting purposes.
Error messages.
Unauthorized
A Gong request reference Id, generated for this request. Can be used for troubleshooting purposes.
Error messages.
API request limit exceeded
A Gong request reference Id, generated for this request. Can be used for troubleshooting purposes.
Error messages.
Failed to complete the operation due to an unexpected error
A Gong request reference Id, generated for this request. Can be used for troubleshooting purposes.
Error messages.