portkey = Portkey(
api_key="PORTKEY_API_KEY",
)
portkey.configs.delete(
id="CONFIG_SLUG"
)
{}
portkey = Portkey(
api_key="PORTKEY_API_KEY",
)
portkey.configs.delete(
id="CONFIG_SLUG"
)
{}
Config deleted successfully
The response is of type object
.
Was this page helpful?