DELETE
/
configs
/
{slug}
portkey = Portkey()

portkey.configs.delete(
id="CONFIG_SLUG"
)
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

slug
string
required

Response

200 - application/json

Config deleted successfully

The response is of type object.