Delete IMSI IP Mapping
Delete specific IMSI IP Mapping.
Authorizations
Path parameters
edgeIpstring · enumRequiredPossible values:
The IP address of the edge
Body
Responses
200
OK
text/plain
ResponsestringExample:
IMSI-IP Mapping in 4G Core got deleted successfully. IMSI-IP Mapping in 5G Core got deleted successfully
delete
DELETE /api/v1/edge/{edgeIp}/imsiipmapping HTTP/1.1
Host: api.monogoto.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 143
{
"imsi-ip-mapping": [
{
"imsi": "315010726282648",
"ip": "192.168.100.100",
"rat": "4G"
},
{
"imsi": "315010006700037",
"ip": "192.168.101.200",
"rat": "5G"
}
]
}
200
OK
IMSI-IP Mapping in 4G Core got deleted successfully. IMSI-IP Mapping in 5G Core got deleted successfully
Last updated
Was this helpful?