Delete a realm
import requests
url = "https://{FUSION HOST}/api/realm-configs/{id}"
response = requests.delete(url)
print(response.text)Delete a realm
Delete the specified realm.
DELETE
/
realm-configs
/
{id}
Delete a realm
import requests
url = "https://{FUSION HOST}/api/realm-configs/{id}"
response = requests.delete(url)
print(response.text)Path Parameters
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
Was this page helpful?
⌘I