/sm-contexts/{smContextRef}/release:
Method: Post
Summary: Release SM Context
Tags:
- Individual SM context
Operation ID: ReleaseSmContext
Parameters:
- name: smContextRef
In: path
Description: SM context reference
Required/Optional: true
Schema:
Type: string
Request Body:
Description: representation of the data to be sent to the SMF when releasing the SM context
Required/Optional: false
Content:
Application/JSON: # message without binary body part
Schema:
Reference: '#/components/schemas/SmContextReleaseData'
Multipart/Related: # message with binary body part(s)
Schema:
Type: object
Properties: # Request parts
JSON Data:
Reference: '#/components/schemas/SmContextReleaseData'
binaryDataN2SmInformation:
Type: string
Format: binary
Encoding:
JSON Data:
Content Type: application/json
binaryDataN2SmInformation:
Content Type: application/vnd.3gpp.ngap
Headers:
Content ID:
Schema:
Type: string
Responses:
'204':
Description: successful release of an SM context without content in the response
'400':
Reference: 'TS29571_CommonData.yaml#/components/responses/400'
'403':
Reference: 'TS29571_CommonData.yaml#/components/responses/403'
'404':
Reference: 'TS29571_CommonData.yaml#/components/responses/404'
'411':
Reference: 'TS29571_CommonData.yaml#/components/responses/411'
'413':
Reference: 'TS29571_CommonData.yaml#/components/responses/413'
'415':
Reference: 'TS29571_CommonData.yaml#/components/responses/415'
'429':
Reference: 'TS29571_CommonData.yaml#/components/responses/429'
'500':
Reference: 'TS29571_CommonData.yaml#/components/responses/500'
'503':
Reference: 'TS29571_CommonData.yaml#/components/responses/503'
default:
Reference: 'TS29571_CommonData.yaml#/components/responses/default'