MCP Gateway
ApiRegistry credentials

Delete registry credential

Delete a registry credential by registry type.

DELETE
/api/v1/settings/registry-credentials/{registry_type}

Path Parameters

registry_type*string

Response Body

application/json

curl -X DELETE "https://loading/api/v1/settings/registry-credentials/string"
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}