curl --location --request DELETE 'https://api.302.ai/302/claude-code/skills' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"skill_list": [
"string"
]
}'{
"success": true,
"data": {
"result": [
{
"success": true
}
]
}
}