Skip to main content
DELETE
/
agent_skills
/
{id}
Python
from acontext import AcontextClient

client = AcontextClient(api_key='sk_project_token')

# Delete a skill by ID
client.skills.delete('skill-uuid-here')
print('Skill deleted successfully')
{
  "code": 123,
  "error": "<string>",
  "msg": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Agent skill UUID

Response

200 - application/json

OK

code
integer
error
string
msg
string