Skip to content

Delete Skill Tier 4

DELETE/api/skills/:idCopied!

Deletes a workspace skill and its versions.

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.skills.delete("SK1234567890ABCD");
bash
youvico skill delete --id SK1234567890ABCD
bash
curl -X DELETE 'https://api.youvico.com/api/skills/SK1234567890ABCD' \
  -H 'Authorization: Bearer YOUR_API_KEY'

Request

Path

idstringrequired
Skill ID

Response

Returns 204 No Content.