Skip to main content
DELETE
Delete Learning User

Authorizations

Authorization
string
header
required

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

Path Parameters

user_id
string
required

The user whose learnings should be deleted

Query Parameters

learning_type
string | null

Restrict deletion to a single learning type; omit to delete all of the user's learnings

db_id
string | null

Database ID to use

table
string | null

The database table to use (requires db_id)

Response

Successful Response