from portkey_ai import Portkey# Initialize the Portkey clientportkey = Portkey( api_key="PORTKEY_API_KEY",)# Delete a specific integrationresult = portkey.integrations.delete( slug="INTEGRATION_SLUG")print(result)
from portkey_ai import Portkey# Initialize the Portkey clientportkey = Portkey( api_key="PORTKEY_API_KEY",)# Delete a specific integrationresult = portkey.integrations.delete( slug="INTEGRATION_SLUG")print(result)