Skip to main content
POST
/
sessions
/
{session_id}
/
kill
Kill Session
curl --request POST \
  --url https://use.hoop.dev/api/sessions/{session_id}/kill
{
  "message": "the error description"
}

Path Parameters

session_id
string
required

The id of the resource

Response

No Content