For the complete documentation index, see llms.txt. This page is also available as Markdown.

Patch Delete Subscriber

Update Subscriber IMSI

patch

Update Subscriber IMSI from the Edge. The Delete Subscriber API is used to manually detach a subscriber from the Edge. This action sends a detach request to the UE. releaseip parameter is added to instruct the edge to keep or remove the ip assigned during lease. Default value is false. When it is set to true, existing IP assigned during previos attach will be release and new IP will be allocated on next attach.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
edgeIpstring · enumRequired

The IP address of the edge

Possible values:
Responses
200Success

No content

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?