from portkey_ai import Portkey
# Initialize the Portkey client
portkey = Portkey(
api_key="PORTKEY_API_KEY",
)
# Delete a specific virtual key
result = portkey.providers.delete(
slug="PROVIDER_SLUG",
workspace_id=""
)
print(result){}Delete Provider
DELETE
/
providers
/
{slug}
from portkey_ai import Portkey
# Initialize the Portkey client
portkey = Portkey(
api_key="PORTKEY_API_KEY",
)
# Delete a specific virtual key
result = portkey.providers.delete(
slug="PROVIDER_SLUG",
workspace_id=""
)
print(result){}Portkey is now PRISMA AIRS AI Gateway. See it in action.
Contact Us
Last modified on August 3, 2026
Was this page helpful?
⌘I

