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