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