Skip to main content
DELETE
/
user
/
practice
/
responses
/
{response_id}
Delete Practice Response
curl --request DELETE \
  --url https://api.example.com/user/practice/responses/{response_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

response_id
integer
required
Required range: x >= 1

Response

Successful Response