cURL
curl --request DELETE \ --url https://asteragents.com/api/skills/manage \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>" }
Soft-delete a skill. The skill is marked as deleted and will no longer appear in listings or be loadable by agents. Bundled files are retained for potential recovery.
JWT token from Clerk authentication.
Must be from a user with org:admin role.
org:admin
The skill ID to delete
Skill deleted successfully