Remove Lead from Channel

This request enables you to remove a lead that is attached to a channel.

URI

Copy
{{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

Copy
{
    "status": true,
    "data": "Removed channel 1574"
}

HTTP Responses

200 OK