curl --request DELETE \
--url https://api.openworklabs.com/v1/skill-hubs/{skillHubId}/skills/{skillId}{
"error": "<string>",
"details": [
{
"message": "<string>",
"path": [
"<string>"
]
}
]
}Removes a skill from a skill hub without deleting the underlying skill itself.
curl --request DELETE \
--url https://api.openworklabs.com/v1/skill-hubs/{skillHubId}/skills/{skillId}{
"error": "<string>",
"details": [
{
"message": "<string>",
"path": [
"<string>"
]
}
]
}Den TypeID with 'shb_' prefix and a 26-character base32 suffix.
30^shb_.*Den TypeID with 'skl_' prefix and a 26-character base32 suffix.
30^skl_.*Skill removed from skill hub successfully.
Was this page helpful?