Patch Delete Subscriber
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
edgeIpstring · enumRequiredPossible values:
The IP address of the edge
Responses
200Success
No content
400
Invalid Input
application/json
patch/v1/edge/{edgeIp}/deletesubscriber
PATCH /api/v1/edge/{edgeIp}/deletesubscriber HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"$ref": "#/components/responses/deletesubscriberPatchSuccess"
}Last updated
Was this helpful?