Patch Delete Subscriber
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 · enumRequiredPossible values:
The IP address of the edge
Responses
200Success
No content
400
Invalid Input
application/json
patch
/v1/edge/{edgeIp}/deletesubscriberLast updated
Was this helpful?