cURL
curl --request DELETE \ --url https://asteragents.com/api/skills/files \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>" }
Delete a bundled file from a skill. Removes the file from both cloud storage and the database.
Note: SKILL.md cannot be deleted via this endpoint — use PUT /skills/manage to replace it.
PUT /skills/manage
JWT token from Clerk authentication.
Must be from a user with org:admin role.
org:admin
The file ID to delete (the database record ID, not the UUID)
File deleted successfully