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.json())

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