DELETE
/
lemur
/
v3
/
{request_id}
curl --request DELETE \
  --url https://api.assemblyai.com/lemur/v3/{request_id} \
  --header 'Authorization: <api-key>'
{
  "request_id": "914fe7e4-f10a-4364-8946-34614c2873f6",
  "request_id_to_purge": "b7eb03ec-1650-4181-949b-75d9de317de1",
  "deleted": true
}

Authorizations

Authorization
string
header
required

Path Parameters

request_id
string
required

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

Response

200
application/json

LeMUR request data deleted

The response is of type object.