Skip to main content
DELETE
/
realm-configs
/
{id}
Delete a realm
import requests

url = "https://{FUSION HOST}/api/realm-configs/{id}"

response = requests.delete(url)

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.

Path Parameters

id
string
required

The realm ID. Note that this is not always the same as the realm name. Use GET /realm-configs/default to get the list of realm names with their IDs.

Response

OK