Delete LC Customer
The Delete LC Customer request deletes a specific LC customer from Live Platform.
URI
Copy
{{baseUrl}}api/ovoc/v1/topology/lcCustomers/<id>
HTTP Method
DELETE
Request Parameter
|
Parameter |
Type |
Description |
|---|---|---|
|
{id:int} |
long |
Customer Id |
|
X-Ovoc-Channel-Id |
integer channel identifier |
Filters access so only customers belonging to the specified channel are accessible. |
Example Response
Copy
{
"description": "Customer deleted successfully"
}
HTTP Responses
| ■ | 200 OK |
| ■ | 403 Forbidden |
| ■ | 404 Not Found |
| ■ | 500 Internal Server Error |