Skip to main content
DELETE
/
api
/
sessions
/
{sessionId}
Stop a hosted clone session
curl --request DELETE \
  --url https://archal.ai/api/sessions/{sessionId} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "code": "<string>",
  "message": "<string>",
  "detail": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.archal.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

sessionId
string
required
Example:

"env_12345"

Response

Session stopped.