Remove (Unassign) Consentless Lead from Channel
This request enables you to remove (unassign) a lead that is attached to a channel.
Ensure that you perform this action prior to deleting the channel.
URI
{{baseUrl}}/api/v3/ovoc/channel/action/remove/?msTenantId={tenantId}
HTTP Method
PUT
Request Parameter
|
Parameter |
Type |
Description |
|---|---|---|
|
msTenantId |
string |
Microsoft Azure Tenant subscription Id of the customer lead. |
Example Response
{
"status": true,
"data": "Removed channel 1574"
}
HTTP Responses
| ■ | 200 OK |
| ■ | 400 Bad Request |
The table below shows the full list of fields returned in this response. The actual fields returned may differ according to the request.
|
Parameter |
Type |
Description |
|||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
type |
string |
Error type |
|||||||||
|
title |
string |
Email title |
|||||||||
|
status |
integer |
The status of the connection with M365 platform:
|
|||||||||
|
detail |
string |
Additional error details. |
|||||||||
|
instance |
string |
Error instance. |
|||||||||
|
errorTicket |
string |
The error ticket string opened for this request. |
|||||||||
|
errorCode |
string |
Error code output in the request |
|||||||||
|
traceId |
string |
The trace id of the request |
|||||||||
|
additionalProp1 |
string |
Custom Script variable argument. For example IP-Network. |
|||||||||
|
additionalProp2 |
string |
Custom Script argument. For example, IP-SubnetBits. |
|||||||||
|
additionalProp3 |
string |
Custom Script argument. For example, Trusted-IP-Network. |