MCP Gateway
ApiProviders

Delete provider

Remove a provider configuration. Cannot delete a provider that is currently active.

DELETE
/api/v1/settings/providers/{provider_id}

Path Parameters

provider_id*string
Formatuuid

Response Body

application/json

curl -X DELETE "https://loading/api/v1/settings/providers/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}