Skip to main content
DELETE
/
api
/
playground
/
sessions
/
{session_id}
/
hypotheses
/
{hypothesis_id}
Delete Hypothesis
curl --request DELETE \
  --url https://api.example.com/api/playground/sessions/{session_id}/hypotheses/{hypothesis_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Headers

X-API-Key
string | null

Path Parameters

session_id
string
required
hypothesis_id
string
required

Cookies

antidote_session
string | null

Response

Successful Response