Purge LeMUR request data

<Note>To use our EU server with LeMUR, replace `api.assemblyai.com` with `api.eu.assemblyai.com`.</Note> 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.

Authentication

Authorizationstring
API Key authentication via header

Path parameters

request_idstringRequired
The ID of the LeMUR request whose data you want to delete. This would be found in the response of the original request.

Response

LeMUR request data deleted
request_idstringformat: "uuid"
The ID of the deletion request of the LeMUR request
request_id_to_purgestringformat: "uuid"
The ID of the LeMUR request to purge the data for
deletedboolean
Whether the request data was deleted

Errors