Authorizations
Path Parameters
Response
200 - application/json
Config deleted successfully
The response is of type object.
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?