/app-sessions/{appSessionId}/delete
Method: Post
Summary: "Deletes an existing Individual Application Session Context"
Operation ID: DeleteAppSession
Tags:
- Individual Application Session Context (Document)
Parameters:
- name: appSessionId
Description: string identifying the Individual Application Session Context resource
In: path
Required/Optional: true
Schema:
Type: string
Request Body:
Description: deletion of the Individual Application Session Context resource, req notification
Required/Optional: false
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/EventsSubscReqData'
Responses:
'200' The deletion of the resource is confirmed and a resource is returned
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/AppSessionContext'
'204' The deletion is confirmed without returning additional data.
'400': Reference 'TS29571_CommonData.yaml#/components/responses/400'
'401': Reference 'TS29571_CommonData.yaml#/components/responses/401'
'403': Reference 'TS29571_CommonData.yaml#/components/responses/403'
'404': Reference 'TS29571_CommonData.yaml#/components/responses/404'
'411': Reference 'https://raw.githubusercontent.com/jdegre/5GC_APIs/master/TS29571_CommonData.yaml#/components/responses/411'
'413': Reference 'TS29571_CommonData.yaml#/components/responses/413'
'415': Reference 'TS29571_CommonData.yaml#/components/responses/415'
'429': Reference 'https://raw.githubusercontent.com/jdegre/5GC_APIs/master/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'