MCP Gateway
ApiMcp servers

Detach a skill from a server

Unlink a skill from an MCP server and remove all script tools that were registered from this skill.

DELETE
/api/v1/servers/{server_id}/skills/{skill_id}/detach

Path Parameters

server_id*string
Formatuuid
skill_id*string
Formatuuid

Response Body

application/json

curl -X DELETE "https://loading/api/v1/servers/497f6eca-6276-4993-bfeb-53cbbbba6f08/skills/497f6eca-6276-4993-bfeb-53cbbbba6f08/detach"
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}