curl --request DELETE \
--url https://api.openworklabs.com/v1/skill-hubs/{skillHubId}/access/{accessId}{
"error": "<string>",
"details": [
{
"message": "<string>",
"path": [
"<string>"
]
}
]
}Revokes one member or team access entry from a skill hub.
curl --request DELETE \
--url https://api.openworklabs.com/v1/skill-hubs/{skillHubId}/access/{accessId}{
"error": "<string>",
"details": [
{
"message": "<string>",
"path": [
"<string>"
]
}
]
}Den TypeID with 'shb_' prefix and a 26-character base32 suffix.
30^shb_.*Den TypeID with 'shm_' prefix and a 26-character base32 suffix.
30^shm_.*Skill hub access removed successfully.
Was this page helpful?