# General Translation Platform: Delete a CLI wizard session URL: https://generaltranslation.com/en-US/docs/platform/openapi/reference/cli/delete-session.mdx --- title: "Delete a CLI wizard session" description: "Delete an unauthenticated CLI sign-in session. API reference for Delete a CLI wizard session." method: DELETE full: true _openapi: method: DELETE route: /cli/wizard/{sessionId} toc: [] structuredData: headings: [] contents: - content: Delete an unauthenticated CLI sign-in session. --- ## `DELETE https://api.gtx.dev/cli/wizard/{sessionId}` Delete an unauthenticated CLI sign-in session. Authentication: send an API key as a bearer token in the `Authorization: Bearer ` header. ### Parameters - `gt-api-version` (header, "2025-01-01.v0" | "2025-11-03.v1" | "2026-02-18.v1" | "2026-03-06.v1", optional): API version. Defaults to the earliest supported version. Latest is `2026-03-06.v1`. - `sessionId` (path, string, required): ### Responses **200**: CLI wizard session deleted. Response body (`application/json`, object): - `message` (string, required) **400**: The request was invalid. Response body (`application/json`, object): - `error` (string, required): Human-readable error message. Response body (`text/html`, string): **404**: The requested resource was not found. Response body (`application/json`, object): - `error` (string, required): Human-readable error message. Response body (`text/html`, string): **413**: The request body exceeds the endpoint limit. Response body (`text/html`, string): **429**: Rate limit or quota exceeded. Response body (`application/json`, object): - `error` (string, required): Human-readable error message. Response body (`text/html`, string): **500**: The server could not complete the request. Response body (`application/json`, object): - `error` (string, required): Human-readable error message. Response body (`text/html`, string): The complete OpenAPI 3.1 spec is available at https://generaltranslation.com/openapi.yaml.