Skip to main content
DELETE
/
v1
/
model-router
/
configs
/
{config_id}
Delete a model router config
curl --request DELETE \
  --url https://api-sandbox.featherhq.com/v1/model-router/configs/{config_id} \
  --header 'x-api-key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

x-api-key
string
header
required

Path Parameters

config_id
string<uuid>
required

Response

Successful Response