removeNASWhitelist
POST {{url}}/networkoperatorconsole/subscribers/removeNASWhitelist
- Use this API to remove a key of a subscriber using JWT access token.
- Required : SubscriberToken + KeyID
- Optional : EndDateTimeUTC.ISO8601 to schedule removal at a later date.
Request Body
{"AccessToken"=>"{{NetworkOperatorAdmin-AccessToken}}", "KeyID"=>"{{KeyID}}", "NAS-Identifier"=>""}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
origin | string |
RESPONSES
status: OK
{"errorProcessing":false}