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