Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Deletes the conversation history for a specific user from both checkpoint tables.
Args: request: Contains user_id to delete
Returns: DeleteHistoryResponse: Results of the deletion operation for both tables
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.