Skip to main content
DELETE
/
query-rewrites
/
{id}
Delete a query rewrite
import requests

url = "https://{commerce_studio_id}.experiencemanager.lucidworks.com/query-rewrites/{id}"

headers = {"Authorization": "Bearer <token>"}

response = requests.delete(url, headers=headers)

print(response.text)

Documentation Index

Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

The rewrite's Universally-Unique Identifier (UUID). You can also use the externalId, if the rewrite has one.

Response

204

No Content.