Python
import requests url = "https://{FUSION HOST}/api/realm-configs/{id}" response = requests.delete(url) print(response.json())
Remove existing realm
Realm not found
Was this page helpful?