Skill
Delete Skill
Permanently delete a skill
cURL
Copy
curl --request DELETE \
--url 'https://{workspace_id}.{region}.maas.aliyuncs.com/api/v1/agentstudio/skills/{skill_id}' \
--header 'Authorization: Bearer <YOUR_API_KEY>'Copy
{
"id": "skill_xxx",
"type": "skill_deleted",
"request_id": "xxx"
}