Skip to main content

Delete Agent File

Delete an agent file directly by ID.
curl -X DELETE "https://api.example.com/api/v1/agent_files/1" \
  -H "X-API-Key: your-api-key-here"
{
  "status": {
    "code": 200,
    "message": "File deleted successfully"
  }
}