curl --request DELETE \
--url https://api.openworklabs.com/v1/skills/{skillId}{
"error": "<string>",
"details": [
{
"message": "<string>",
"path": [
"<string>"
]
}
]
}Deletes one organization skill when the caller is allowed to manage it.
curl --request DELETE \
--url https://api.openworklabs.com/v1/skills/{skillId}{
"error": "<string>",
"details": [
{
"message": "<string>",
"path": [
"<string>"
]
}
]
}Den TypeID with 'skl_' prefix and a 26-character base32 suffix.
30^skl_.*Skill deleted successfully.
Was this page helpful?