---
title: "Delete a session under a given site"
method: DELETE
path: "/v4/sessions/{site}/{sessionId}"
tags: ["V4 Session"]
---

# Delete a session under a given site

`DELETE /v4/sessions/{site}/{sessionId}`

This endpoint is used to delete a specific session for a given site. You need to provide the unique identifiers for the site and the session. This operation is useful when you want to manually end a session before it naturally expires.

## Path parameters

- `site` string, required
- `sessionId` string, required

## Response `200`

OK. The session was successfully deleted.

## Other responses

- `401` — Unauthorized. No valid authentication was provided.
- `404` — No session found. The site or the session ID is invalid.

---

[API](https://skmtc.net/zuora/apis/admin-api-reference.md) · [All operations](https://skmtc.net/zuora/apis/admin-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuora/admin-api-reference/revisions/789812d35ac8/schema)
