API Reference
Virtual Keys
Prompts
- POSTCreate Prompt
- GETList Prompts
- GETRetrieve Prompt
- PUTUpdate Prompt
- DELDelete Prompt
- PUTPublish Prompt
- GETList Prompt Versions
- GETRetrieve Prompt Version
- PUTUpdate Prompt Version
- Prompt Partials
- Prompt Labels
- Prompt Collections
API Keys
Analytics [BETA]
- Summary
- Groups Paginated Data
- Graphs - Time Series Data
User Invites
Workspaces
Workspace Members
Audit Logs
OpenAPI
Delete Config
DELETE
/
configs
/
{slug}
portkey = Portkey(
api_key="PORTKEY_API_KEY",
)
portkey.configs.delete(
id="CONFIG_SLUG"
)
{}
Authorizations
Path Parameters
Response
200 - application/json
Config deleted successfully
The response is of type object
.
Was this page helpful?
portkey = Portkey(
api_key="PORTKEY_API_KEY",
)
portkey.configs.delete(
id="CONFIG_SLUG"
)
{}