Purge LeMUR request data

DELETE {{baseUrl}}/lemur/v3/:request_id

Delete the data for a previously submitted LeMUR request. The LLM response data, as well as any context provided in the original request will be removed.

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring

RESPONSES

status: OK

{"request_id":"914fe7e4-f10a-4364-8946-34614c2873f6","request_id_to_purge":"b7eb03ec-1650-4181-949b-75d9de317de1","deleted":true}