Python
import requests url = "https://{FUSION HOST}/api/users/{id}" response = requests.delete(url) print(response.json())
User is not allowed to delete itself
Was this page helpful?