Skip to main content
DELETE
/
skills
/
files
Delete a bundled file
curl --request DELETE \
  --url https://asteragents.com/api/skills/files \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

JWT token from Clerk authentication.

Must be from a user with org:admin role.

Query Parameters

fileId
integer
required

The file ID to delete (the database record ID, not the UUID)

Response

File deleted successfully

success
boolean
message
string