subscriptionTermination Callback

post

{$request.body#/notifUri}/terminate

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Information about a subscription that was ended.
Show Source
  • Pattern: ^(imsi-[0-9]{5,15}|nai-.+|.+)$
    The unique 5G Subscription Permanent Identifier (SUPI). A SUPI is usually a string of 15 decimal digits.
  • Allowed Values: [ "REMOVED_SUBSCRIBER" ]
    The reason why the subscription was ended.
Back to Top

Response

Supported Media Types

204 Response

The subscription was ended succesfully.

400 Response

The request isn't valid.
Body ()
Root Schema : Error
Type: object
An error.
Show Source

401 Response

The client doesn't have the correct privileges.
Body ()
Root Schema : Error
Type: object
An error.
Show Source

403 Response

The request wasn't authorized.
Body ()
Root Schema : Error
Type: object
An error.
Show Source

404 Response

The content's length is missing from the request.
Body ()
Root Schema : Error
Type: object
An error.
Show Source

411 Response

The content's length is missing from the request.
Body ()
Root Schema : Error
Type: object
An error.
Show Source

413 Response

The request is too large for the server to process.
Body ()
Root Schema : Error
Type: object
An error.
Show Source

415 Response

The media type isn't supported.
Body ()
Root Schema : Error
Type: object
An error.
Show Source

429 Response

The client has sent too many requests at once.
Body ()
Root Schema : Error
Type: object
An error.
Show Source

500 Response

An internal server error occurred.
Body ()
Root Schema : Error
Type: object
An error.
Show Source

503 Response

The server is overloaded or down for maintenance.
Body ()
Root Schema : Error
Type: object
An error.
Show Source
Back to Top