Python
import requests url = "https://{FUSION HOST}/api/realm-configs/{id}" response = requests.delete(url) print(response.text)
Delete the specified realm.
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.
GET /realm-configs/default
OK
Was this page helpful?