---
title: "Delete a QoS session"
method: DELETE
path: "/quality-on-demand/v1/sessions/{sessionId}"
tags: ["Quality-of-Service on Demand v1.0.0"]
---

# Delete a QoS session

`DELETE /quality-on-demand/v1/sessions/{sessionId}`

Release resources related to QoS session

If the notification callback is provided and the `qosStatus` of the session was `AVAILABLE` the client will receive in addition to the response a `QOS_STATUS_CHANGED` event with
- `qosStatus` as `UNAVAILABLE` and
- `statusInfo` as `DELETE_REQUESTED`
There will be no notification event if the `qosStatus` was already `UNAVAILABLE`.

## Path parameters

- `sessionId` string, uuid, required — Session ID in UUID format

## Headers

- `x-rapidapi-host` string, required

## Response `204`

## Other responses

- `400`
- `401`
- `403`
- `404`
- `500`
- `503`

---

[API](https://skmtc.dev/nokia/apis/network-as-code.md) · [All operations](https://skmtc.dev/nokia/apis/network-as-code/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nokia/network-as-code/revisions/fdd5f5a56b88/schema)
