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

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

response = requests.delete(url)

print(response.json())

Response

404

Realm not found