Acontext
Agent_skillsId

Delete agent skill

DELETE
/agent_skills/{id}

Delete agent skill and all associated files

Authorization

BearerAuth
Authorization<token>

Project Bearer token (e.g., "Bearer sk-ac-xxxx")

In: header

Path Parameters

id*string

Agent skill UUID

Response Body

application/json

curl -X DELETE "https://loading/api/v1/agent_skills/string"
{
  "code": 0,
  "error": "string",
  "msg": "string"
}