curl --request DELETE \
--url https://api.openworklabs.com/v1/skill-hubs/{skillHubId}{
"error": "<string>",
"details": [
{
"message": "<string>",
"path": [
"<string>"
]
}
]
}Deletes a skill hub and removes its access links and skill links.
curl --request DELETE \
--url https://api.openworklabs.com/v1/skill-hubs/{skillHubId}{
"error": "<string>",
"details": [
{
"message": "<string>",
"path": [
"<string>"
]
}
]
}Den TypeID with 'shb_' prefix and a 26-character base32 suffix.
30^shb_.*Skill hub deleted successfully.
Was this page helpful?