Delete Version Tier 4
DELETE/api/skill-versions/:idCopied!
Deletes a non-default workspace skill version.
Pro plan required
Skill Registry is available on the Pro plan and higher.
YouViCo-managed skills
YouViCo-managed skills cannot use this endpoint.
Example
ts
await client.skillVersions.delete("SV1234567890ABCD");bash
youvico skill-version delete --id SV1234567890ABCDbash
curl -X DELETE 'https://api.youvico.com/api/skill-versions/SV1234567890ABCD' \
-H 'Authorization: Bearer YOUR_API_KEY'Request
Path
idstringrequired Skill version ID
Response
Returns 204 No Content.