Skip to main content
DELETE
/
user
/
practice
/
sessions
/
{session_id}
세션 삭제
curl --request DELETE \
  --url https://api.example.com/user/practice/sessions/{session_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.

Path Parameters

session_id
integer
required
Required range: x >= 1

Response

Successful Response